summaryrefslogtreecommitdiff
path: root/manager.c
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-11 06:00:17 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-11 06:00:17 +0000
commit67fad0eab1076f82a0f50e74df6ec52b03a95735 (patch)
treee02e9a948f11bd4ac930fc96a21576b9674eb7bf /manager.c
parent1ecb57b1429158d0b601d1ead5f0ffece589717a (diff)
Tue Mar 11 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 0305c9f77..528828683 100755
--- a/manager.c
+++ b/manager.c
@@ -447,7 +447,7 @@ static int process_message(struct mansession *s, struct message *m)
snprintf(s->challenge, sizeof(s->challenge), "%d", rand());
ast_pthread_mutex_unlock(&s->lock);
}
- ast_cli(s->fd, "Challenge: %s\r\n\r\n", s->challenge);
+ ast_cli(s->fd, "Response: Success\r\nChallenge: %s\r\n\r\n", s->challenge);
return 0;
} else {
send_error(s, "Must specify AuthType");