[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2399-g33a5992

Andrew Bartlett abartlet at samba.org
Thu Jun 18 05:01:12 GMT 2009


The branch, master has been updated
       via  33a59921be8bcca3495b7525fe0c48ccb294fce5 (commit)
       via  6620489e7f5f000a3772700350d35f51636a43d3 (commit)
      from  79454b50fc28a60c529d76297ebf21d03959bcdb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 33a59921be8bcca3495b7525fe0c48ccb294fce5
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Jun 18 15:00:28 2009 +1000

    s3:netlogon Cope with recent rename in netlogon.idl

commit 6620489e7f5f000a3772700350d35f51636a43d3
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Jun 18 14:02:13 2009 +1000

    Remove unused variable

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_netlog_nt.c |    2 +-
 source4/auth/sam.c                 |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c
index 7f45a48..906de04 100644
--- a/source3/rpc_server/srv_netlog_nt.c
+++ b/source3/rpc_server/srv_netlog_nt.c
@@ -106,7 +106,7 @@ WERROR _netr_LogonControl(pipes_struct *p,
 	l.in.function_code	= r->in.function_code;
 	l.in.level		= r->in.level;
 	l.in.data		= NULL;
-	l.out.query		= r->out.info;
+	l.out.query		= r->out.query;
 
 	return _netr_LogonControl2Ex(p, &l);
 }
diff --git a/source4/auth/sam.c b/source4/auth/sam.c
index acbd50c..c396662 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list