ITS#5049: Initialize conn in syncprov_db_close() before connection_fake_init().

This commit is contained in:
Hallvard Furuseth 2007-07-18 21:02:14 +00:00
parent 206b1aed55
commit 9bd4a298ef

View File

@ -2614,7 +2614,7 @@ syncprov_db_close(
return 0; return 0;
} }
if ( si->si_numops ) { if ( si->si_numops ) {
Connection conn; Connection conn = {0};
OperationBuffer opbuf; OperationBuffer opbuf;
Operation *op; Operation *op;
SlapReply rs = {REP_RESULT}; SlapReply rs = {REP_RESULT};