فهرست منبع

* 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 16 سال پیش
والد
کامیت
94cd6af2a0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;