mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix "oopsie" (bug #3603)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
db.c
2
db.c
@@ -529,7 +529,7 @@ static int manager_dbget(struct mansession *s, struct message *m)
|
|||||||
ast_cli(s->fd, "Event: DBGetResponse\r\n"
|
ast_cli(s->fd, "Event: DBGetResponse\r\n"
|
||||||
"Family: %s\r\n"
|
"Family: %s\r\n"
|
||||||
"Key: %s\r\n"
|
"Key: %s\r\n"
|
||||||
"Val: %s\r\n",
|
"Val: %s\r\n\r\n",
|
||||||
family, key, tmp);
|
family, key, tmp);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user