I am using NetSNMP 5.4.1 version and I successfully integrated SNMP 
functionality into our platform application here at work and everything works 
fine..   However, I just noticed there are many calls to the "exit( )" routine 
used throughout the master agent code.  I believe if the exit( ) routine gets 
calling while my main application is running then my main platform application 
will exit which would be bad.  

Unless I am misunderstanding something, I guess this means I must edit all the 
masteragent code to remove all "exit( )" routine calls (possibly replace it 
with a return() call or something) to make it so my main platform application 
does not crash if the masteragent encounters a problem and calls the exit().

Do people remove all exit( ) routine calls from NetSNMP masteragent code when 
integrating NetSNMP into their platform application or is there something I do 
not understand?






      
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to