From: Sterling Hughes Date: Sun, 26 Mar 2000 14:43:24 +0000 (+0000) Subject: Return value corrected. X-Git-Tag: PHP-4.0-RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a048bfd64ea17263e27200be39b0acdf1648eb8;p=php Return value corrected. --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index d1b51e4ad4..140bc7be71 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -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; } /* }}} */