summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_netlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_server/srv_netlog.c')
-rw-r--r--source3/rpc_server/srv_netlog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/rpc_server/srv_netlog.c b/source3/rpc_server/srv_netlog.c
index 0679e876e2..38481cd2d3 100644
--- a/source3/rpc_server/srv_netlog.c
+++ b/source3/rpc_server/srv_netlog.c
@@ -691,7 +691,6 @@ static void api_net_sam_logon( int uid,
pstring my_name;
pstring my_workgroup;
pstring domain_groups;
- pstring other_sids;
uint32 r_uid;
uint32 r_gid;
@@ -708,7 +707,6 @@ static void api_net_sam_logon( int uid,
pstrcpy(logon_script, lp_logon_script());
pstrcpy(profile_path, lp_logon_path());
- pstrcpy(other_sids, lp_domain_other_sids());
pstrcpy(my_workgroup, lp_workgroup());
pstrcpy(home_drive, lp_logon_drive());
@@ -767,7 +765,7 @@ static void api_net_sam_logon( int uid,
my_workgroup, /* char *logon_dom */
&global_machine_sid, /* DOM_SID *dom_sid */
- other_sids); /* char *other_sids */
+ NULL); /* char *other_sids */
}
else
{