Fixed a bug with authenticator's signal handlers.

This commit is contained in:
Matias Barcenas 2017-08-18 11:12:38 -05:00
parent c0586272f4
commit ebcc1e4b6d
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ if __name__ == '__main__':
function signal_stop_attack() {
kill -s SIGABRT $$ # Signal STOP ATTACK
handle_abort_authenticator
}
function handle_abort_authenticator() {