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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Fri Feb 14 16:54:11 2014 +0100

sbc: RegisterCache: use NULL logger as default

---

 apps/sbc/RegisterCache.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/sbc/RegisterCache.h b/apps/sbc/RegisterCache.h
index c865942..c68d28e 100644
--- a/apps/sbc/RegisterCache.h
+++ b/apps/sbc/RegisterCache.h
@@ -332,7 +332,7 @@ public:
    */
   bool throttleRegister(RegisterCacheCtx& ctx,
                        const AmSipRequest& req,
-                        msg_logger *logger);
+                        msg_logger *logger = NULL);
 
   /**
    * Save a single REGISTER contact into cache
@@ -349,7 +349,7 @@ public:
    */
   bool saveSingleContact(RegisterCacheCtx& ctx,
                        const AmSipRequest& req,
-                        msg_logger *logger);
+                        msg_logger *logger = NULL);
 
   /**
    * Statistics

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

Reply via email to