diff options
author | jubianchi <contact@jubianchi.fr> | 2015-09-11 18:13:23 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-10-18 14:48:39 -0700 |
commit | 718445b09634db2033d0ed0e1849cac6f85faf48 (patch) | |
tree | fa5440f6811f7ef8b79d7216b35244b5b048bb5e /ext/snmp/snmp.c | |
parent | 39a251464329fbc8bc6eb14e50974372aff15803 (diff) | |
download | php-git-718445b09634db2033d0ed0e1849cac6f85faf48.tar.gz |
Remove wrong argument $session from SNMP::setSecurity()
Diffstat (limited to 'ext/snmp/snmp.c')
-rw-r--r-- | ext/snmp/snmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 1d43cd9e20..3206a0692b 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -338,7 +338,6 @@ ZEND_BEGIN_ARG_INFO(arginfo_snmp_void, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_snmp_setSecurity, 0, 0, 8) - ZEND_ARG_INFO(0, session) ZEND_ARG_INFO(0, sec_level) ZEND_ARG_INFO(0, auth_protocol) ZEND_ARG_INFO(0, auth_passphrase) |