1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-20 10:52:16 +01:00

fix typo 1 -> i

This commit is contained in:
Klas Lindfors 2016-06-16 10:26:30 +02:00
parent 5b36567820
commit ead5337be1

View File

@ -761,7 +761,7 @@ parse_cfg (int flags, int argc, const char **argv, struct cfg *cfg)
} }
else else
{ {
FILE *file = fopen(argv[1] + 11, "a+"); FILE *file = fopen(argv[i] + 11, "a+");
if(file) if(file)
{ {
cfg->debug_file = file; cfg->debug_file = file;