mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix DBget (bug #3603)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
db.c
3
db.c
@@ -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",
|
||||
|
Reference in New Issue
Block a user