diff options
| author | Ben Fuhrmannek | 2016-10-12 10:40:37 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-10-12 10:40:37 +0200 |
| commit | 822727069733a0c786b1b5adf0512ca33183d6e3 (patch) | |
| tree | e59cd5ed5098bb59e0ea83d9916729beed0e69b9 | |
| parent | 72c613f61978d22ab1662eb6569d68ffd884ad9e (diff) | |
condition clarification as proposed with #104
| -rw-r--r-- | rfc1867_new.c | 2 |
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); |
