From 956a16d6efe00de48c41d84621b925f246825cdb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 31 Oct 2003 02:53:07 +0000 Subject: Fix some unused variable warnings. (This used to be commit 512a81c9fd4490cb6f9b1cc88cdb9238d21decb1) --- source3/sam/gums.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/sam/gums.c') diff --git a/source3/sam/gums.c b/source3/sam/gums.c index ab374b9342..91009f8b5d 100644 --- a/source3/sam/gums.c +++ b/source3/sam/gums.c @@ -58,6 +58,7 @@ static GUMS_FUNCTIONS *gums_backend = NULL; +#if 0 static PRIVS gums_privs[] = { {PRIV_NONE, "no_privs", "No privilege"}, /* this one MUST be first */ {PRIV_CREATE_TOKEN, "SeCreateToken", "Create Token"}, @@ -88,6 +89,7 @@ static PRIVS gums_privs[] = { {PRIV_ENABLE_DELEGATION, "SeEnableDelegation", "Enable Delegation"}, {PRIV_ALL, "SaAllPrivs", "All Privileges"} }; +#endif static struct gums_init_function_entry *backends = NULL; -- cgit