Skip to content
Snippets Groups Projects
Commit f12c0bb3 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix DBget (bug #3603)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d5f8207a
No related branches found
No related tags found
No related merge requests found
...@@ -526,8 +526,7 @@ static int manager_dbget(struct mansession *s, struct message *m) ...@@ -526,8 +526,7 @@ static int manager_dbget(struct mansession *s, struct message *m)
astman_send_error(s, m, "Database entry not found"); astman_send_error(s, m, "Database entry not found");
else { else {
astman_send_ack(s, m, "Result will follow"); astman_send_ack(s, m, "Result will follow");
manager_event(EVENT_FLAG_COMMAND, ast_cli(s->fd, "Event: DBGetResponse\r\n"
"DBGetResponse",
"Family: %s\r\n" "Family: %s\r\n"
"Key: %s\r\n" "Key: %s\r\n"
"Val: %s\r\n", "Val: %s\r\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment