mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
Minor correction
This commit is contained in:
parent
138d71bc35
commit
a9e4617494
@ -190,7 +190,7 @@ extern int authenticate(int argc, char **argv, void (*hash_ptr)(FILE *stream, un
|
||||
}
|
||||
|
||||
if (argc == optind) {
|
||||
argv[argc] = "-";
|
||||
argv[argc++] = "-";
|
||||
}
|
||||
|
||||
while (optind < argc) {
|
||||
|
Loading…
Reference in New Issue
Block a user