From f8d3cac8af0185eca2995e524c62f064ab9b4017 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 9 Aug 2001 15:53:49 +0000 Subject: a few cleanups while mergeing the passdb code into 2.2 (This used to be commit ef01739708479c43f529c646dd136ee5670b08f9) --- source3/passdb/pdb_smbpasswd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/passdb/pdb_smbpasswd.c') 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' */ -- cgit