mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
Fixed missing initializers issues
Signed-off-by: Daniel J. Hofmann <daniel@trvx.org>
This commit is contained in:
parent
d34cc1e7cd
commit
ba014459ed
src
@ -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;
|
||||
|
||||
|
@ -565,7 +565,7 @@ struct rbdfuse_attr {
|
||||
{ "user.rbdfuse.imagesize", &imagesize },
|
||||
{ "user.rbdfuse.imageorder", &imageorder },
|
||||
{ "user.rbdfuse.imagefeatures", &imagefeatures },
|
||||
{ NULL }
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user