From 822727069733a0c786b1b5adf0512ca33183d6e3 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 12 Oct 2016 10:40:37 +0200 Subject: condition clarification as proposed with #104 --- rfc1867_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* {{{ */ temp_filename = NULL; fd = -1; - if (!skip_upload && &suhosin_rfc1867_filter != NULL) { + if (!skip_upload && (&suhosin_rfc1867_filter != NULL)) { multipart_event_file_start event_file_start; event_file_start.post_bytes_processed = SG(read_post_bytes); -- cgit v1.3