]> Creatis software - gdcm.git/commitdiff
BUG: Actually fix the bug reported by Benoit. Stoopid typo, sorry
authormalaterre <malaterre>
Mon, 17 Jan 2005 16:44:57 +0000 (16:44 +0000)
committermalaterre <malaterre>
Mon, 17 Jan 2005 16:44:57 +0000 (16:44 +0000)
src/gdcmUtil.cxx

index 5ff44cde93200bd6b18f3ea9848c75f5c1338f2f..15277134172498a095b19dd87dacc404c93fd0f5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/17 16:41:18 $
-  Version:   $Revision: 1.103 $
+  Date:      $Date: 2005/01/17 16:44:57 $
+  Version:   $Revision: 1.104 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -437,8 +437,9 @@ int GetMacAddrSys ( unsigned char *addr )
    SNMP_oidcpy(&varBind[0].name, &MIB_ifEntryNum);
    ret = m_Query(ASN_RFC1157_GETNEXTREQUEST, &varBindList, &errorStatus,
                  &errorIndex);
-   printf("# of adapters in this system : %i\n",
-          varBind[0].value.asnValue.number); varBindList.len = 2;
+//   printf("# of adapters in this system : %i\n",
+//          varBind[0].value.asnValue.number);
+   varBindList.len = 2;
 
    // Copy in the OID of ifType, the type of interface
    SNMP_oidcpy(&varBind[0].name, &MIB_ifEntryType);