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:
parent
5b36567820
commit
ead5337be1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user