diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/username.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c index 111a757e4e..3562ab3b95 100644 --- a/source3/lib/username.c +++ b/source3/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)); |