(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.27 and 1.28

version 1.27, 2012/06/11 10:06:35 version 1.28, 2012/08/03 03:27:09
Line 43 
Line 43 
     // loaded and loading them can cause some stderr;     // loaded and loading them can cause some stderr;
     // use environment variable MIBS to override the default MIB modules.     // use environment variable MIBS to override the default MIB modules.
     // If there is no MIBS environment variable, add it in.     // If there is no MIBS environment variable, add it in.
     char* envVar;  
     envVar = getenv("MIBS");  
  
     if (envVar == NULL)      setenv("MIBS", "", 0);
     {  
         putenv("MIBS=");  
     }  
  
     // Initialize the mib reader     // Initialize the mib reader
     netsnmp_set_mib_directory("");     netsnmp_set_mib_directory("");


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2