Fixed second parameter bug (outdated global).

This commit is contained in:
Matias Barcenas 2018-04-28 05:36:22 -05:00 committed by GitHub
parent 33ab6bcd2d
commit ca455fc29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ while [ "$1" != "" -a "$1" != "--" ]; do
-i|--interval)
HandshakeSnooperVerifierInterval=$2; shift;;
-j|--jammer)
HandshakeSnooperUninitializedJammerInterface=$2; shift;;
HandshakeSnooperJammerInterfaceOriginal=$2; shift;;
-a|--asynchronous)
HandshakeSnooperVerifierSynchronicity="non-blocking";;
esac