mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
Fix typo.
This commit is contained in:
parent
5df3b578dd
commit
9846078544
@ -21,7 +21,7 @@ $shortksms = array_map("ksmurl2shortname", $ksms);
|
|||||||
|
|
||||||
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
|
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
|
||||||
print "yes\n";
|
print "yes\n";
|
||||||
exit 0;
|
exit (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($argc==2 && strcmp($argv[1], "config") == 0) {
|
if ($argc==2 && strcmp($argv[1], "config") == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user