From 5e1313d184bb7edc56d33178ce424c82695a996c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 15 May 1998 22:29:42 +0000 Subject: Fix from "Gerald W. Carter" , we were copying from a parameter into an unitialized variable (doh !). Jeremy. (This used to be commit a3a0dc14c2f9f703963ade67f30dd6c40bbe7144) --- source3/rpc_server/srv_netlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_server/srv_netlog.c') diff --git a/source3/rpc_server/srv_netlog.c b/source3/rpc_server/srv_netlog.c index 23625b96ef..73992faf5d 100644 --- a/source3/rpc_server/srv_netlog.c +++ b/source3/rpc_server/srv_netlog.c @@ -681,7 +681,7 @@ static void api_net_sam_logon( int uid, pstring my_name; pstring my_workgroup; pstring domain_groups; - char *other_sids; + pstring other_sids; uint32 r_uid; uint32 r_gid; -- cgit