summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2008-01-24 22:02:16 +0000
committerJames Golovich <james@gnuinter.net>2008-01-24 22:02:16 +0000
commit1fd8f0fe8ccd314ce19cf977c4740f9404a74180 (patch)
treeb62934ea8618fc1a33a1ae945980599bec2c29a6 /channels
parent25067d32aadf4a3c3e28b1264bdf912a5dd96997 (diff)
Fix simple whitespace issue
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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",