Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/smbd/sec_ctx.c

    r745 r751  
    305305****************************************************************************/
    306306
    307 void set_sec_ctx(uid_t uid, gid_t gid, int ngroups, gid_t *groups, struct security_token *token)
     307void set_sec_ctx(uid_t uid, gid_t gid, int ngroups, gid_t *groups, const struct security_token *token)
    308308{
    309309        struct sec_ctx *ctx_p = &sec_ctx_stack[sec_ctx_stack_ndx];
Note: See TracChangeset for help on using the changeset viewer.