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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/testclient/testSnmpHandler.cpp between version 1.22 and 1.22.2.2

version 1.22, 2011/01/07 11:26:05 version 1.22.2.2, 2013/10/17 19:38:43
Line 171 
Line 171 
         handlerInstance.addProperty (CIMProperty (         handlerInstance.addProperty (CIMProperty (
             CIMName ("SNMPSecurityAuthProtocol"),snmpSecAuthProto));             CIMName ("SNMPSecurityAuthProtocol"),snmpSecAuthProto));
  
         oid *snmpSecAuthProtoOid;  
         size_t snmpSecAuthProtoLen=0;         size_t snmpSecAuthProtoLen=0;
  
           oid *snmpSecAuthProtoOid = NULL;
         if(snmpSecAuthKey.size() > 0)         if(snmpSecAuthKey.size() > 0)
         {         {
            if(snmpSecAuthProto == 1)            if(snmpSecAuthProto == 1)
Line 836 
Line 836 
  
     Uint32 receivedTrap1Count = 0;     Uint32 receivedTrap1Count = 0;
     Uint32 receivedTrap2Count = 0;     Uint32 receivedTrap2Count = 0;
   #ifdef PEGASUS_ENABLE_NET_SNMPV3
     Uint32 receivedTrap3Count = 0;     Uint32 receivedTrap3Count = 0;
   #endif
  
     ifstream ifs(logFile.getCString());     ifstream ifs(logFile.getCString());
     if (!ifs)     if (!ifs)


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2