Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
descrambler: Fix keystate on invalid key received.
  • Loading branch information
ljalves committed Jul 6, 2014
1 parent 41a6af0 commit e3baaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/descrambler.c
Expand Up @@ -311,7 +311,7 @@ descrambler_descramble ( service_t *t,
dr->dr_last_descramble = dispatch_clock;
return 1;
idle:
td->td_keystate = DS_IDLE;
td->td_keystate = DS_FORBIDDEN;
failed++;
continue;
}
Expand Down

0 comments on commit e3baaa2

Please sign in to comment.