]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Return NULL when no results returned for realtime_multientry
authorTerry Wilson <twilson@digium.com>
Tue, 25 Oct 2011 01:25:52 +0000 (01:25 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 25 Oct 2011 01:25:52 +0000 (01:25 +0000)
commit2bdeae0fafd35c12418e8237288b01e5effe67d1
tree68c05110ced47e428df66f527f321494f0c7007a
parent06f43f5c0428453d2f1279389a5a294390a761bb
Return NULL when no results returned for realtime_multientry

It was not documented what the return value should be when no entries
were returned with the multientry realtime callback. This change forces
consistent behavior even if the backends return an empty ast_config.

Review: https://reviewboard.asterisk.org/r/1521/
........

Merged revisions 342223 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@342224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/config.h
main/config.c