ITS#4832 fix unint'd var

This commit is contained in:
Howard Chu 2007-02-07 00:41:15 +00:00
parent a1aa7c284d
commit 04f46aa880

View File

@ -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 {