Let it compile now, too (woops)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright 2008-08-19 00:10:56 +00:00
parent 0f396d9b8b
commit d8fc34c771
1 changed files with 0 additions and 1 deletions

View File

@ -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);