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

Fix "oopsie" (bug #3603)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b6c4282a
No related branches found
No related tags found
No related merge requests found
...@@ -529,7 +529,7 @@ static int manager_dbget(struct mansession *s, struct message *m) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment