Module: sems Branch: master Commit: 17289f7858a72051668366ace184f74dc757df0a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=17289f7858a72051668366ace184f74dc757df0a
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Jul 19 13:38:59 2011 +0200 fix some more type correctness --- core/sip/sip_trans.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sip/sip_trans.cpp b/core/sip/sip_trans.cpp index a229f5b..375b531 100644 --- a/core/sip/sip_trans.cpp +++ b/core/sip/sip_trans.cpp @@ -66,8 +66,8 @@ sip_trans::sip_trans() : msg(NULL), retr_buf(NULL), retr_socket(NULL), - retr_len(NULL), - last_rseq(NULL) + retr_len(0), + last_rseq(0) { memset(timers,0,SIP_TRANS_TIMERS*sizeof(void*)); } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
