]> 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:23:29 +0000 (01:23 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 25 Oct 2011 01:23:29 +0000 (01:23 +0000)
commita98dd1933bcff09dd6bf7134bfa15f26d89c48b4
tree20aa58db674866d2744ed1df739ee6fd3ff0a556
parent2adb133febdc3869f4a2c3ea545341b124820c5e
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/

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