浏览代码

Fixes SnmpWriteControl.

AdrianSimionov 11 年之前
父节点
当前提交
2544b88f71
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 )
 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 */
   /* last char in this TLV is not part of OID */
   decode_snmp_oid (tlvbuf, (unsigned int) length-1 );
   decode_snmp_oid (tlvbuf, (unsigned int) length-1 );