]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: zero-initialize MonCommand::flags 55315/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 25 Jan 2024 14:45:08 +0000 (09:45 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 25 Jan 2024 14:45:10 +0000 (09:45 -0500)
commit12b735204734a7a1c6196d330b9babc3a3860f33
treea6a7aec0f33d161f4c081d7a9100dc9854973be8
parentf7b52fc71268d97a9711d79e2eab27cc994923d7
mon: zero-initialize MonCommand::flags

causing failures in check-generated.sh:

2 MonCommand
/tmp/typ-qmnDZ1ahR /tmp/typ-lIgJTZiUe differ: byte 100, line 6
**** MonCommand test 1 dump_json check failed ****
   ceph-dencoder type MonCommand select_test 1 dump_json > /tmp/typ-qmnDZ1ahR
   ceph-dencoder type MonCommand select_test 1 encode decode dump_json > /tmp/typ-lIgJTZiUe
6c6
<     "flags": 94661933599904
---
>     "flags": 94342467308704

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/mon/MonCommand.h