mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Return value corrected.
This commit is contained in:
parent
7b31a19305
commit
6a048bfd64
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue