From: James Golovich Date: Thu, 24 Jan 2008 22:02:16 +0000 (+0000) Subject: Fix simple whitespace issue X-Git-Tag: 1.6.0-beta2~2^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd8f0fe8ccd314ce19cf977c4740f9404a74180;p=thirdparty%2Fasterisk.git Fix simple whitespace issue git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100266 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 1e64626676..3c42812c9e 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -17143,7 +17143,7 @@ static int handle_request_bye(struct sip_pvt *p, struct sip_request *req) } stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */ - stop_session_timer(p); /* Stop Session-Timer */ + stop_session_timer(p); /* Stop Session-Timer */ if (!ast_strlen_zero(get_header(req, "Also"))) { ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",