fix uninit'ed var crasher

This commit is contained in:
Pierangelo Masarati 2007-08-28 23:00:36 +00:00
parent a6fd7fa95a
commit c0f7dc78f7

View file

@ -1644,7 +1644,7 @@ syncrepl_message_to_entry(
{
Entry *e = NULL;
BerElement *ber = NULL;
Modifications tmp;
Modifications tmp = { 0 };
Modifications *mod;
Modifications **modtail = modlist;