mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#4832 fix unint'd var
This commit is contained in:
parent
a1aa7c284d
commit
04f46aa880
@ -799,6 +799,7 @@ do_syncrep2(
|
||||
}
|
||||
if ( !syncCookie_req.ctxcsn ) {
|
||||
match = -1;
|
||||
m = 0;
|
||||
} else if ( !syncCookie.ctxcsn ) {
|
||||
match = 1;
|
||||
} else {
|
||||
@ -945,6 +946,7 @@ do_syncrep2(
|
||||
|
||||
if ( !syncCookie_req.ctxcsn ) {
|
||||
match = -1;
|
||||
m = 0;
|
||||
} else if ( !syncCookie.ctxcsn ) {
|
||||
match = 1;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user