Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were
authorJeremy Allison <jra@samba.org>
Fri, 15 May 1998 22:29:42 +0000 (22:29 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 15 May 1998 22:29:42 +0000 (22:29 +0000)
copying from a parameter into an unitialized variable (doh !).
Jeremy.
(This used to be commit a3a0dc14c2f9f703963ade67f30dd6c40bbe7144)

source3/rpc_server/srv_netlog.c

index 23625b96ef9978257c2f6c8633b9ef02dce83335..73992faf5de2f410c1310fc40e277f3ce1e8cfc0 100644 (file)
@@ -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;