소스 검색

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;