Missed one place..

This commit is contained in:
foobar 2005-02-12 18:29:42 +00:00
parent 751712628a
commit f485fc1a83

View file

@ -203,7 +203,7 @@ PHP_MINIT_FUNCTION(snmp)
*/
PHP_MSHUTDOWN_FUNCTION(snmp)
{
snmp_shutdown("php");
snmp_shutdown("snmpapp");
return SUCCESS;
}