We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728eff0 commit 4caa2a6Copy full SHA for 4caa2a6
lib/reg/lookup.c
@@ -67,7 +67,7 @@ lookup_rc lookup(struct sip_msg *req, udomain_t *d, const str *sflags, str *aor_
67
if (!req->callid) {
68
LM_ERR("bad %.*s request (missing Call-ID header)\n",
69
req->REQ_METHOD_S.len, req->REQ_METHOD_S.s);
70
- return -1;
+ return LOOKUP_ERROR;
71
}
72
73
if (parse_lookup_flags(sflags, &flags, &ua_re, ®exp_flags,
0 commit comments