diff options
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_smbpasswd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/passdb/pdb_smbpasswd.c b/source3/passdb/pdb_smbpasswd.c index dbb0d050c9..942c232ae8 100644 --- a/source3/passdb/pdb_smbpasswd.c +++ b/source3/passdb/pdb_smbpasswd.c @@ -1339,9 +1339,6 @@ BOOL pdb_getsampwnam(SAM_ACCOUNT *sam_acct, char *username) DEBUG(10, ("pdb_getsampwnam: search by name: %s\n", username)); -#if 0 /* JERRY - DEBUG */ - sleep (90000); -#endif /* break the username from the domain if we have been given a string in the form 'DOMAIN\user' */ |