diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-09 15:53:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-09 15:53:49 +0000 |
commit | f8d3cac8af0185eca2995e524c62f064ab9b4017 (patch) | |
tree | 0f931692029a0da4d494455a4f22f11130328ed8 /source3/passdb | |
parent | 3dbd870d37e66e2a63ecd671a6fd6f96753027b6 (diff) | |
download | samba-f8d3cac8af0185eca2995e524c62f064ab9b4017.tar.gz samba-f8d3cac8af0185eca2995e524c62f064ab9b4017.tar.bz2 samba-f8d3cac8af0185eca2995e524c62f064ab9b4017.zip |
a few cleanups while mergeing the passdb code into 2.2
(This used to be commit ef01739708479c43f529c646dd136ee5670b08f9)
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' */ |