Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:
Marc Balmer
2011-07-24 10:29:47 -07:00
committed by Love Hörnquist Åstrand
parent 6372a13b47
commit ae9ac01f3f

View File

@@ -400,9 +400,8 @@ static void fb64_session(Session_Key *key, int server, struct fb *fbp)
DES_set_key_checked((DES_cblock *)&fbp->krbdes_key,
&fbp->krbdes_sched);
/*
* Now look to see if krbdes_start() was was waiting for
* the key to show up. If so, go ahead an call it now
* that we have the key.
* Now look to see if krbdes_start() was waiting for the key to
* show up. If so, go ahead an call it now that we have the key.
*/
if (fbp->need_start) {
fbp->need_start = 0;