mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Fix missing \r\n
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -636,7 +636,8 @@ static int action_getvar(struct mansession *s, struct message *m)
|
|||||||
|
|
||||||
ast_mutex_unlock(&c->lock);
|
ast_mutex_unlock(&c->lock);
|
||||||
ast_cli(s->fd, "Response: Success\r\n"
|
ast_cli(s->fd, "Response: Success\r\n"
|
||||||
"%s: %s",varname,varval);
|
"%s: %s\r\n" ,varname,varval);
|
||||||
|
ast_cli(s->fd, "\r\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user