1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Return value corrected.

This commit is contained in:
Sterling Hughes
2000-03-26 14:43:24 +00:00
parent 7b31a19305
commit 6a048bfd64

View File

@@ -365,7 +365,6 @@ PHP_FUNCTION(snmp_set_quick_print) {
convert_to_long_ex(a1);
int set_val = (*a1)->value.lval;
snmp_set_quick_print(set_val);
RETURN_TRUE;
}
/* }}} */