Hi there,

I've made a change in file snmp_parse_args.c to correct a problem that I had. 
The problem was notice when I tried to send multi-destiny traps using their 
definitions in snmpd.conf. 
Every time I've tried, an error was launched by the agent pointing to the file 
mentioned above.

The change made in the source code was this:

While((arg=getopt(argc,....      --to-->   While((arg=getopt(argc-1,....


I don't know if anyone has had any similar problem or if this is the correct 
manner of resolving the problem.
I was hopping that you could give me some feedback about this issue and its 
resolution.


Thank you very much,
Sérgio Cabaço

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to