projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441be8c
)
Fix amp to star
author
Mark Spencer
<markster@digium.com>
Mon, 8 Sep 2003 22:01:02 +0000
(22:01 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 8 Sep 2003 22:01:02 +0000
(22:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1489
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
manager.c
patch
|
blob
|
history
diff --git
a/manager.c
b/manager.c
index
74b73ac
..
eb96968
100755
(executable)
--- 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) {