Skip to content

Commit

Permalink
- merge fix bug #54374, bug #55500 - filter file names better, no dan…
Browse files Browse the repository at this point in the history
…gling [s, svn revision 321664
  • Loading branch information
pierrejoye committed Mar 21, 2012
1 parent cb4e82a commit 95dcd79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/rfc1867.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,10 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
}
tmp++;
}
/* Brackets should always be closed */
if(c != 0) {
skip_upload = 1;
}
}

total_bytes = cancel_upload = 0;
Expand Down

0 comments on commit 95dcd79

Please sign in to comment.