From 6620489e7f5f000a3772700350d35f51636a43d3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 18 Jun 2009 14:02:13 +1000 Subject: Remove unused variable --- source4/auth/sam.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/auth/sam.c') diff --git a/source4/auth/sam.c b/source4/auth/sam.c index acbd50c3fa..c396662c12 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -71,9 +71,6 @@ const char *user_attrs[] = { NULL, }; -const char *domain_ref_attrs[] = {"nETBIOSName", "nCName", - "dnsRoot", "objectClass", NULL}; - /**************************************************************************** Check if a user is allowed to logon at this time. Note this is the servers local time, as logon hours are just specified as a weekly -- cgit