mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
autn: Fix typo in error message.
This commit is contained in:
@@ -44,7 +44,7 @@ if (@sqnc != 12) {
|
|||||||
die("sqn must have 12 ascii bytes.");
|
die("sqn must have 12 ascii bytes.");
|
||||||
}
|
}
|
||||||
if (@akc != 12) {
|
if (@akc != 12) {
|
||||||
die("ack must have 12 ascii bytes.");
|
die("akc must have 12 ascii bytes.");
|
||||||
}
|
}
|
||||||
|
|
||||||
for ($i = 0; $i<12; $i++) {
|
for ($i = 0; $i<12; $i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user