]> 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:37:01 +0000 (22:37 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 14 Mar 2012 22:37:01 +0000 (22:37 +0000)
commit1ebd1d352f38b99a1eb1a6681fa19b397f96e02c
tree3862380902dd58b63c0e19fdee7aebf26910b67e
parent43100ddd828728030f78b230e030465251b151c6
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.
........

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

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