]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app.h: Always initialize AST_DECLARE_APP_ARGS().
authorRussell Bryant <russell@russellbryant.com>
Wed, 14 Mar 2012 22:26:28 +0000 (22:26 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 14 Mar 2012 22:26:28 +0000 (22:26 +0000)
commitd500229f3c57b661ba5d4a6523fa2930cbdcbdcd
tree468e52e96b065100d888a475d24716d804e35913
parent5b6105020911dcfbcbf3aee20d9c49ad16cee8f9
app.h: Always initialize AST_DECLARE_APP_ARGS().

This patch ensures that the struct defined by AST_DECLARE_APP_ARGS() is always
fully initialized.  I'm not sure if this fixes any real bugs, but it silences
a bunch of warnings from coverity, and is generally a good thing to do anyway.

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