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:
parent
e160e18ba6
commit
9826472d13
@ -2924,11 +2924,11 @@ key_getsavbyspi(sah, spi)
|
||||
}
|
||||
|
||||
if (sav->spi == spi)
|
||||
break;
|
||||
return sav;
|
||||
}
|
||||
}
|
||||
|
||||
return sav;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user