diff options
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/username.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lib/username.c b/source/lib/username.c index 111a757e4ec..3562ab3b958 100644 --- a/source/lib/username.c +++ b/source/lib/username.c @@ -551,10 +551,6 @@ static struct passwd *uname_string_combinations2(char *s,int offset,struct passw int i; struct passwd *ret; -#ifdef PASSWORD_LENGTH - len = MIN(len,PASSWORD_LENGTH); -#endif - if (N <= 0 || offset >= len) return(fn(s)); |