Explorar o código

* Commented out warning about deprecated avp name syntax. I suggest to
uncomment it, when sip-router itself doesn't anymore depend on integer
named AVPs and it is truly possible to get rid of them.

Juha Heinanen %!s(int64=16) %!d(string=hai) anos
pai
achega
94cd6af2a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      usr_avp.c

+ 1 - 1
usr_avp.c

@@ -879,7 +879,7 @@ int parse_avp_ident( str *name, avp_ident_t* attr)
 	attr->index = 0;
 	DBG("Parsing '%.*s'\n", name->len, name->s);
 	if (name->len>=2 && name->s[1]==':') { /* old fashion i: or s: */
-		WARN("i: and s: avp name syntax is deprecated!\n");
+	        /* WARN("i: and s: avp name syntax is deprecated!\n"); */
 		c = name->s[0];
 		name->s += 2;
 		name->len -= 2;