Skip to content

Commit

Permalink
Active ksk shouldn't go to retire state immediately after issuing rol…
Browse files Browse the repository at this point in the history
…lover command
  • Loading branch information
Hoda Rohani committed Apr 11, 2016
1 parent 07c587c commit cf97d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enforcer/src/keystate/keystate_list_cmd.c
Expand Up @@ -75,6 +75,7 @@ keystate(int p, int c, int introducing, int dsseen)
/* retire conforms better to 1.4 terminology than dead. */
if (p == HID && c == HID) return KS_RET; /* dead */
if (p == UNR || c == UNR) return KS_RET;
if (p == RUM && dsseen && c == OMN) return KS_ACT;
if (p == OMN && c == OMN) return KS_ACT;
return KS_RET;
}
Expand Down

0 comments on commit cf97d4e

Please sign in to comment.