From 0db6d3b16c7fb594942507cd15ae3fd5ed34df8e Mon Sep 17 00:00:00 2001 From: Boris Lytochkin Date: Sun, 12 Jun 2011 11:25:20 +0000 Subject: [PATCH] fix typo in comment --- ext/snmp/snmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index e99d5090e5..f25fbd62eb 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -1809,7 +1809,7 @@ PHP_METHOD(snmp, set) php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, (-1)); } -/* {{{ proto bool SNMP::setSecurity(resource session, string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]]) +/* {{{ proto bool SNMP::setSecurity(string sec_level, [ string auth_protocol, string auth_passphrase [, string priv_protocol, string priv_passphrase [, string contextName [, string contextEngineID]]]]) Set SNMPv3 security-related session parameters */ PHP_METHOD(snmp, setSecurity) { -- 2.50.1