Module: sems Branch: master Commit: 852878caed34dcf0e26444994d46903dea90b101 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=852878caed34dcf0e26444994d46903dea90b101
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sun Feb 23 01:06:58 2014 +0100 c/f: initializing base timer class on trans_timer copy constructor --- core/sip/sip_trans.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/sip/sip_trans.h b/core/sip/sip_trans.h index ad3ecb3..2e338c2 100644 --- a/core/sip/sip_trans.h +++ b/core/sip/sip_trans.h @@ -83,7 +83,7 @@ class sip_trans; class trans_timer : protected timer { - trans_timer(const trans_timer& ti) {} + trans_timer(const trans_timer& ti) : timer() {} public: unsigned int type; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
