Explorar el Código

Warning not needed anymore as TLV 64 is now allowed in CM config files.

AdrianSimionov hace 10 años
padre
commit
410820db06
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/docsis.c

+ 0 - 1
src/docsis.c

@@ -114,7 +114,6 @@ add_cmts_mic (unsigned char *tlvbuf, unsigned int tlvbuflen,
 	  else
 	    {
 	      if ( cp[0] == 64 ) {
-		fprintf(stderr, "docsis: warning: TLV64 (length > 255) not allowed in DOCSIS config files\n");
 		cp = cp + (size_t) ntohs(*((unsigned short *)(cp+1))) + 3;
 	      } else {
 	      	cp = cp + cp[1] + 2;