Module: sip-router Branch: master Commit: 28ff58cfffc4d2b7bc0d2d3d2365891ecb25fcb6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=28ff58cf...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Wed Dec 3 09:13:49 2014 +0200
modules/pua: do not override send_publish return value at error (cherry picked from commit 0ac4c8e579214a75b102f2f1c6877dffb2db8597)
---
modules/pua/send_publish.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/pua/send_publish.c b/modules/pua/send_publish.c index 3ddd5e7..c04163e 100644 --- a/modules/pua/send_publish.c +++ b/modules/pua/send_publish.c @@ -718,7 +718,6 @@ done: goto finish;
error: - ret = -1; if(cb_param) shm_free(cb_param);