aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjamesgolovich <jamesgolovich@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 22:02:16 +0000
committerjamesgolovich <jamesgolovich@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 22:02:16 +0000
commit8288a6a7fccd4fad821d85b6de4115a23130c308 (patch)
treeb62934ea8618fc1a33a1ae945980599bec2c29a6 /channels
parent7fc246af66599ce690b0d39cdcce650e0d1b08b1 (diff)
Fix simple whitespace issue
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100266 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 1e6462667..3c42812c9 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",