Fix DBget (bug #3603)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 21 years ago
parent d5f8207a21
commit f12c0bb3aa

@ -526,8 +526,7 @@ static int manager_dbget(struct mansession *s, struct message *m)
astman_send_error(s, m, "Database entry not found");
else {
astman_send_ack(s, m, "Result will follow");
manager_event(EVENT_FLAG_COMMAND,
"DBGetResponse",
ast_cli(s->fd, "Event: DBGetResponse\r\n"
"Family: %s\r\n"
"Key: %s\r\n"
"Val: %s\r\n",

Loading…
Cancel
Save