Module: sems
Branch: master
Commit: 7df41f7e9e428320cc477bf352c1285fb3bd62d8
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7df41f7e9e428320cc477bf352c1285fb3bd62d8

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Feb  7 18:12:32 2012 +0100

b/f: make mod_dlg compile

---

 apps/dsm/mods/mod_dlg/ModDlg.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/dsm/mods/mod_dlg/ModDlg.cpp b/apps/dsm/mods/mod_dlg/ModDlg.cpp
index 51aeb6f..740410a 100644
--- a/apps/dsm/mods/mod_dlg/ModDlg.cpp
+++ b/apps/dsm/mods/mod_dlg/ModDlg.cpp
@@ -88,7 +88,7 @@ EXEC_ACTION_START(DLGReplyAction) {
     ERROR("no last request to reply\n");
     sc_sess->SET_ERRNO(DSM_ERRNO_GENERAL);
     sc_sess->SET_STRERROR("no last request to reply");
-    return;
+    return false;
   }
 
   replyRequest(sc_sess, sess, event_params, par1, par2, 
*sc_sess->last_req.get());

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to