correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with

removing specific SPIs

Submitted by:	Bjoern A. Zeeb
This commit is contained in:
Sam Leffler 2004-05-03 05:11:40 +00:00
parent e160e18ba6
commit 9826472d13

View File

@ -2924,11 +2924,11 @@ key_getsavbyspi(sah, spi)
}
if (sav->spi == spi)
break;
return sav;
}
}
return sav;
return NULL;
}
/*