Fixed typo.

This commit is contained in:
ivanr 2007-08-09 15:30:47 +00:00
parent 9cfdd8f0d2
commit 765dfd0274

View File

@ -589,7 +589,7 @@ int multipart_complete(modsec_rec *msr, char **error_log) {
if (msr->mpd == NULL) return 1; if (msr->mpd == NULL) return 1;
if ((msr->mpd->seen_data != 0)&&(msr->mpd->is_complete == 0)) { if ((msr->mpd->seen_data != 0)&&(msr->mpd->is_complete == 0)) {
*error_log = apr_psprintf(msr->mp, "Multipart: final boundary missing"); *error_log = apr_psprintf(msr->mp, "Multipart: Final boundary missing.");
return -1; return -1;
} }