diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index f4ff79c6ec..c400741ae9 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1644,7 +1644,7 @@ syncrepl_message_to_entry( { Entry *e = NULL; BerElement *ber = NULL; - Modifications tmp; + Modifications tmp = { 0 }; Modifications *mod; Modifications **modtail = modlist;