diff options
Diffstat (limited to 'ufilter.c')
| -rw-r--r-- | ufilter.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -346,8 +346,8 @@ int suhosin_rfc1867_filter(unsigned int event, void *event_data, void **extra TS | |||
| 346 | } | 346 | } |
| 347 | continue_with_next: | 347 | continue_with_next: |
| 348 | #if HAVE_RFC1867_CALLBACK | 348 | #if HAVE_RFC1867_CALLBACK |
| 349 | if (old_rfc1867_callback != NULL) { | 349 | if (php_rfc1867_callback != NULL) { |
| 350 | return old_rfc1867_callback(event, event_data, extra TSRMLS_CC); | 350 | return php_rfc1867_callback(event, event_data, extra TSRMLS_CC); |
| 351 | } | 351 | } |
| 352 | #endif | 352 | #endif |
| 353 | return SUCCESS; | 353 | return SUCCESS; |
