فهرست منبع

registrar(k): fixed warning introduced in previous commit

Daniel-Constantin Mierla 13 سال پیش
والد
کامیت
2fee088079
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules_k/registrar/lookup.c

+ 1 - 1
modules_k/registrar/lookup.c

@@ -192,7 +192,7 @@ int lookup(struct sip_msg* _m, udomain_t* _d, str* _uri)
 					&& (ret=-2) && allowed_method(_m,ptr)))
 			goto done;
 		LM_DBG("contact for [%.*s] found by temp gruu [%.*s / %u]\n",
-							aor.len, ZSW(aor.s), inst.len, inst.s);
+							aor.len, ZSW(aor.s), inst.len, inst.s, ahash);
 	}
 
 	ret = 1;