Fix syncinfo reference after free

This commit is contained in:
Howard Chu 2003-05-24 06:50:48 +00:00
parent 8035d016c4
commit 283471d84e

View File

@ -2710,9 +2710,8 @@ add_syncrepl(
si->mastername == NULL ? "(null)" : si->mastername,
si->masterport, 0 );
#endif
si->be = be;
}
si->be = be;
}
#define GOT_ID 0x0001