aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 00:10:56 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-19 00:10:56 +0000
commit6cb4402e0b63027a2ca49272537b7b6b551c1c3d (patch)
treea79cd33ec6eb4d2f2299ceb892a10404dcf9f281 /channels
parentdca43b1ba2267c6d9e4d16959aa42d0b94510111 (diff)
Let it compile now, too (woops)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138780 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index f23c98c38..b6f169f04 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -12269,7 +12269,6 @@ static int manager_show_registry(struct mansession *s, const struct message *m)
const char *id = astman_get_header(m, "ActionID");
char idtext[256] = "";
int total = 0;
- struct ast_tm tm;
if (!ast_strlen_zero(id))
snprintf(idtext, sizeof(idtext), "ActionID: %s\r\n", id);