mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 01:29:18 -05:00
ITS#4832 fix unint'd var
This commit is contained in:
parent
a1aa7c284d
commit
04f46aa880
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue