Module: sip-router Branch: pd/outbound Commit: 0e634d5828ec7e2c9418089007cdac0318e4aced URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e634d58...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Mar 14 22:00:54 2013 +0000
modules/registrar: fixed typo
---
modules/registrar/save.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/registrar/save.c b/modules/registrar/save.c index 8737df0..bfcbaf6 100644 --- a/modules/registrar/save.c +++ b/modules/registrar/save.c @@ -990,7 +990,7 @@ int unregister(struct sip_msg* _m, udomain_t* _d, str* _uri, str *_ruid)
ul.lock_udomain(_d, &aor); if (ul.get_urecord_by_ruid(_d, ul.get_aorhash(&aor), - _ruid, r, c) != 0) { + _ruid, &r, &c) != 0) { ul.unlock_udomain(_d, &aor); LM_WARN("AOR/Contact not found\n"); return -1;