Archived
14
0
Fork 0

Let it compile now, too (woops)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138780 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2008-08-19 00:10:56 +00:00
parent dca43b1ba2
commit 6cb4402e0b

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