search for: localgroup_members_info_3

Displaying 2 results from an estimated 2 matches for "localgroup_members_info_3".

2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
...er99 user0/ > > ) > > > > This fails. However, if I reduce the number of users to 4 or less, > > regardless of which users 0 through 99 I use, it works. > > > > Dan (me) > > I guess the source etc.c at line 843 should be > lgmi = malloc((sizeof(LOCALGROUP_MEMBERS_INFO_3) * len)); > > Why did you use / ? > lgmi = malloc((sizeof(LOCALGROUP_MEMBERS_INFO_3) * len) / > sizeof(LOCALGROUP_MEMBERS_INFO_3)); > Because I''m a bonehead? I''ll fix it today, thanks. Dan
2005 Sep 28
2
[ win32utils-Bugs-2532 ] Etc::Admin.configure_group problem
Bugs item #2532, was opened at 2005-09-27 23:11 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=2532&group_id=85 Category: win32-etc Group: Code Status: Open Resolution: None Priority: 3 Submitted By: Daniel Berger (djberg96) Assigned to: Park Heesob (phasis68) Summary: Etc::Admin.configure_group problem Initial Comment: Ruby 1.8.2 Windows XP Pro