]> granicus.if.org Git - php/commitdiff
- Fixed ZTS build
authorFelipe Pena <felipensp@gmail.com>
Sun, 3 Feb 2013 12:57:31 +0000 (10:57 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 3 Feb 2013 12:57:31 +0000 (10:57 -0200)
ext/filter/logical_filters.c

index 9b436a779e6ec06d5dce9792e5dc63852b25036b..b8df2183b9d8609d024a9231a54c337bd3300327 100644 (file)
@@ -837,7 +837,7 @@ void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */
                        /* The current token did not end with e.g. a "." */
                        RETURN_VALIDATION_FAILED
                }
-               if (php_filter_parse_hex(input + offset, length, &ret) < 0) {
+               if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) {
                        /* The current token is no valid hexadecimal digit */
                        RETURN_VALIDATION_FAILED
                }