(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.26 and 1.26.2.1

version 1.26, 2011/01/07 11:26:04 version 1.26.2.1, 2013/06/03 22:36:10
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("");
Line 407 
Line 402 
                     MessageLoaderParms(                     MessageLoaderParms(
                         _MSG_VERSION_NOT_SUPPORTED_KEY,                         _MSG_VERSION_NOT_SUPPORTED_KEY,
                         _MSG_VERSION_NOT_SUPPORTED));                         _MSG_VERSION_NOT_SUPPORTED));
                 break;  
             }             }
         }         }
  
Line 643 
Line 637 
             oidSubIdentifiers.append(p);             oidSubIdentifiers.append(p);
         }         }
  
         long genTrap = 0;  
         long specTrap = 0;  
   
         enterpriseOidLength = MAX_OID_LEN;         enterpriseOidLength = MAX_OID_LEN;
  
         if (Contains(standard_traps, trapOid))         if (Contains(standard_traps, trapOid))


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2