summaryrefslogtreecommitdiff
path: root/rfc1867_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1867_new.c')
-rw-r--r--rfc1867_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c
index 5345a37..3295375 100644
--- a/rfc1867_new.c
+++ b/rfc1867_new.c
@@ -979,7 +979,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) /* {{{ */
979 temp_filename = NULL; 979 temp_filename = NULL;
980 fd = -1; 980 fd = -1;
981 981
982 if (!skip_upload && &suhosin_rfc1867_filter != NULL) { 982 if (!skip_upload && (&suhosin_rfc1867_filter != NULL)) {
983 multipart_event_file_start event_file_start; 983 multipart_event_file_start event_file_start;
984 984
985 event_file_start.post_bytes_processed = SG(read_post_bytes); 985 event_file_start.post_bytes_processed = SG(read_post_bytes);