aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rwxr-xr-xmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index 74b73ac37..eb96968ae 100755
--- a/manager.c
+++ b/manager.c
@@ -576,7 +576,7 @@ static int process_message(struct mansession *s, struct message *m)
astman_send_error(s, m, "Missing action in request");
return 0;
}
- if (id && &id) {
+ if (id && *id) {
snprintf(idText,256,"ActionID: %s\r\n",id);
}
if (!s->authenticated) {