diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 14:02:13 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 14:02:13 +1000 |
commit | 6620489e7f5f000a3772700350d35f51636a43d3 (patch) | |
tree | e2b2280a6b8098f10648a266d58f64233cb66170 | |
parent | 79454b50fc28a60c529d76297ebf21d03959bcdb (diff) | |
download | samba-6620489e7f5f000a3772700350d35f51636a43d3.tar.gz samba-6620489e7f5f000a3772700350d35f51636a43d3.tar.bz2 samba-6620489e7f5f000a3772700350d35f51636a43d3.zip |
Remove unused variable
-rw-r--r-- | source4/auth/sam.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |