diff options
Diffstat (limited to 'src/getauth.c')
-rw-r--r-- | src/getauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getauth.c b/src/getauth.c index aa5d72d..fdacd24 100644 --- a/src/getauth.c +++ b/src/getauth.c @@ -246,7 +246,7 @@ auth_valid (const char *auth_name, int num_auth_names, { break; } - + if (i < num_auth_names) { *index_ret = i; |