Fix another unused warning.
authorTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 02:58:32 +0000 (02:58 +0000)
committerTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 02:58:32 +0000 (02:58 +0000)
(This used to be commit 9032e6eb2b4c7ed3d0689b95ed318cdf7ec048d7)

source3/passdb/pdb_gums.c

index caf98e648a16d3ade596d8e4d945222cad76f930..5e1e5e392ff1eac33f81cbc08fa83f37597a921f 100644 (file)
@@ -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