Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/service.c

    r206 r222  
    839839                        return NULL;
    840840                }
     841
     842                /*
     843                 * We need to cache this gid, to use within
     844                 * change_to_user() separately from the conn->server_info
     845                 * struct. We only use conn->server_info directly if
     846                 * "force_user" was set.
     847                 */
     848                conn->force_group_gid = conn->server_info->utok.gid;
    841849        }
    842850
Note: See TracChangeset for help on using the changeset viewer.