From ba51d1d888f98e196627486490e8569faeb641c2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jan 2003 04:12:12 +0000 Subject: the 'static' keyword here is useless as we are not declaring a variable or function (This used to be commit f2c9c64900c4da24f73b188deb0f57271e3bf3e7) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index b8cb0f2478..9e4318def3 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -378,7 +378,7 @@ static BOOL check_auth_crap(void) /* Main program */ -static enum { +enum { OPT_USERNAME = 1000, OPT_DOMAIN, OPT_WORKSTATION, -- cgit