Fixed missing initializers issues

Signed-off-by: Daniel J. Hofmann <daniel@trvx.org>
This commit is contained in:
Daniel J. Hofmann 2014-05-09 17:25:07 +02:00
parent d34cc1e7cd
commit ba014459ed
2 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ loser:
int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl)
{
NSSCMSMessage *cmsg = NULL;
struct decodeOptionsStr decodeOptions = { 0 };
struct decodeOptionsStr decodeOptions = { };
struct optionsStr options;
SECItem input;

View File

@ -565,7 +565,7 @@ struct rbdfuse_attr {
{ "user.rbdfuse.imagesize", &imagesize },
{ "user.rbdfuse.imageorder", &imageorder },
{ "user.rbdfuse.imagefeatures", &imagefeatures },
{ NULL }
{ NULL, NULL }
};
int