Ver Fonte

Fixes SnmpWriteControl.

AdrianSimionov há 11 anos atrás
pai
commit
2544b88f71
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/docsis_decode.c

+ 1 - 1
src/docsis_decode.c

@@ -151,7 +151,7 @@ void decode_md5 (unsigned char *tlvbuf, symbol_type *sym, size_t length)
 
 void decode_snmp_wd (unsigned char *tlvbuf, symbol_type *sym, size_t length )
 {
-  fprintf(stderr, "%s ", sym->sym_ident);
+  printf( "%s ", sym->sym_ident);
 
   /* last char in this TLV is not part of OID */
   decode_snmp_oid (tlvbuf, (unsigned int) length-1 );