Skip to content

Commit e0edebb

Browse files
committed
zcore: fix garbage bytes emitted by cu_fid_entryid_s
Fixes: gromox-2.48-10-g8886fd456 References: GXL-634
1 parent 367ec12 commit e0edebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exch/zcore/common_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ BINARY *cu_fid_to_entryid(const store_object &store, uint64_t folder_id)
694694
*/
695695
std::string cu_fid_to_entryid_s(const store_object &store, uint64_t folder_id) try
696696
{
697-
FOLDER_ENTRYID eid;
697+
FOLDER_ENTRYID eid{};
698698
if (replid_to_replguid(store, rop_util_get_replid(folder_id),
699699
eid.database_guid) != ecSuccess)
700700
return {};

0 commit comments

Comments
 (0)