]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Corrected some module issues introduced by r383579.
authorDavid M. Lee <dlee@digium.com>
Fri, 22 Mar 2013 19:26:37 +0000 (19:26 +0000)
committerDavid M. Lee <dlee@digium.com>
Fri, 22 Mar 2013 19:26:37 +0000 (19:26 +0000)
commitcfd2b244f7afbe828a2d6b80d680009d7cfbd05c
treec82e5c2e79e03fe1aeda2c9f137c047c87c11a2d
parentcf9324b25eb8a7dc5cef77f54e12758dfbcd6645
Corrected some module issues introduced by r383579.

When I moved res_json.c to json.c, I left the MODULE_INFO stuff in there,
which was interesting if you ran module show. I also forgot to call what
was in module_load() from asterisk main().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/json.h
main/asterisk.c
main/json.c