Archived
14
0
Fork 0

Fix amp to star

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1489 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-09-08 22:01:02 +00:00
parent 881d71013d
commit 76835fc196

View file

@ -576,7 +576,7 @@ static int process_message(struct mansession *s, struct message *m)
astman_send_error(s, m, "Missing action in request"); astman_send_error(s, m, "Missing action in request");
return 0; return 0;
} }
if (id && &id) { if (id && *id) {
snprintf(idText,256,"ActionID: %s\r\n",id); snprintf(idText,256,"ActionID: %s\r\n",id);
} }
if (!s->authenticated) { if (!s->authenticated) {