Re: Changing the signature of snmp_parse_args()

2010-01-29 Thread Dave Shield
On 29 January 2010 15:40, Bill Fenner wrote: > My question is: is it sufficient to change all of the callers in the > net-snmp source tree, or should I call the function with the new > signature snmp_parse_args2() and create a helper snmp_parse_args() > that supplies a zero? We cannot assume that

Changing the signature of snmp_parse_args()

2010-01-29 Thread Bill Fenner
In order to fix bug 2941983 (snmpd enables stderr logging if trapsess is configured in snmpd.conf), I'd like to change the signature of snmp_parse_args(): --- snmp_parse_args.c (revision 18006) +++ snmp_parse_args.c (working copy) @@ -195,13 +195,15 @@ /* * This method does the real work fo