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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Jul  5 18:04:25 2011 +0200

b/f: SST: initialize min_se variable

thanks to Emil Kroymann for the patch

---

 core/plug-in/session_timer/SessionTimer.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/core/plug-in/session_timer/SessionTimer.cpp 
b/core/plug-in/session_timer/SessionTimer.cpp
index 001b601..b9778b8 100644
--- a/core/plug-in/session_timer/SessionTimer.cpp
+++ b/core/plug-in/session_timer/SessionTimer.cpp
@@ -52,7 +52,8 @@ AmSessionEventHandler* 
SessionTimerFactory::getHandler(AmSession* s)
 SessionTimer::SessionTimer(AmSession* s)
   :AmSessionEventHandler(),
    s(s),
-   session_interval(0), 
+   session_interval(0),
+   min_se(0),
    session_refresher(refresh_remote),
    accept_501_reply(true)
 {

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

Reply via email to