mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
When calling the Realtime app more than once, unset fields which were
previously set are erroneously still set (Bug 6701). After discussion, it was determined this should only be changed in trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -75,7 +75,7 @@ static int function_realtime_read(struct ast_channel *chan, const char *cmd, cha
|
||||
if (!args.delim2)
|
||||
args.delim2 = "=";
|
||||
|
||||
head = ast_load_realtime(args.family, args.fieldmatch, args.value, NULL);
|
||||
head = ast_load_realtime_all(args.family, args.fieldmatch, args.value, NULL);
|
||||
|
||||
if (!head) {
|
||||
ast_module_user_remove(u);
|
||||
|
Reference in New Issue
Block a user