diff options
author | foobar <sniper@php.net> | 2005-02-12 18:29:42 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-02-12 18:29:42 +0000 |
commit | f485fc1a8345026797f921c314faefbc17428cab (patch) | |
tree | f7f6518aefdef1625eb10b15ce3283adb2d8822d | |
parent | 751712628a5ee69c32b782e1f1d8b2422fde5b91 (diff) | |
download | php-git-f485fc1a8345026797f921c314faefbc17428cab.tar.gz |
Missed one place..
-rw-r--r-- | ext/snmp/snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index de2cec93b5..fe99988689 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -203,7 +203,7 @@ PHP_MINIT_FUNCTION(snmp) */ PHP_MSHUTDOWN_FUNCTION(snmp) { - snmp_shutdown("php"); + snmp_shutdown("snmpapp"); return SUCCESS; } |