浏览代码

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;