summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-08-19 00:10:56 +0000
committerSean Bright <sean@malleable.com>2008-08-19 00:10:56 +0000
commitd8fc34c7712a374b7fad0fd0636e614b48dc7d79 (patch)
treea79cd33ec6eb4d2f2299ceb892a10404dcf9f281
parent0f396d9b8b05e048bd54c681af2d8d59d892b71b (diff)
Let it compile now, too (woops)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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);