Commit 4e0ea75
committed
test_rgw_admin_meta.cc: init non-static members in ctor
Fix for:
CID 1054872 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
uninit_member: Non-static class member curl_inst is not initialized
in this constructor nor in any functions that it calls.
uninit_member: Non-static class member resp_code is not initialized
in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>1 parent 5d81c9b commit 4e0ea75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments