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;
}
/* }}} */