From 3bf7bb2bcd7e18f29b4d0d4f32b9eb747e330fba Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 31 Oct 2003 02:58:32 +0000 Subject: Fix another unused warning. (This used to be commit 9032e6eb2b4c7ed3d0689b95ed318cdf7ec048d7) --- source3/passdb/pdb_gums.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/passdb/pdb_gums.c b/source3/passdb/pdb_gums.c index caf98e648a..5e1e5e392f 100644 --- a/source3/passdb/pdb_gums.c +++ b/source3/passdb/pdb_gums.c @@ -278,6 +278,8 @@ static NTSTATUS gums_getsampwsid(struct pdb_methods *methods, SAM_ACCOUNT *accou Search by rid **************************************************************************/ +#if 0 + static NTSTATUS gums_getsampwrid (struct pdb_methods *methods, SAM_ACCOUNT *account, uint32 rid) { @@ -290,6 +292,7 @@ static NTSTATUS gums_getsampwrid (struct pdb_methods *methods, return NT_STATUS_OK; } +#endif /*************************************************************************** Updates a SAM_ACCOUNT -- cgit