(file) Return to snmpDeliverTrap_netsnmp.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpDeliverTrap_netsnmp.cpp between version 1.19 and 1.20

version 1.19, 2008/09/22 17:40:16 version 1.20, 2008/10/14 17:37:18
Line 60 
Line 60 
     // Initializes the SNMP library     // Initializes the SNMP library
     init_snmp("snmpIndicationHandler");     init_snmp("snmpIndicationHandler");
  
       // don't load/save persistent file
   #ifdef NETSNMP_DS_LIB_DONT_PERSIST_STATE
       netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
           NETSNMP_DS_LIB_DONT_PERSIST_STATE, 1);
   #endif
   
     // windows32 specific initialization (is a NOOP on unix)     // windows32 specific initialization (is a NOOP on unix)
     SOCK_STARTUP;     SOCK_STARTUP;
  


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2