Changeset 165 for branches/samba-3.0/source/smbd/share_access.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/share_access.c
r1 r165 193 193 */ 194 194 195 BOOL user_ok_token(const char *username, struct nt_user_token *token, int snum)195 BOOL user_ok_token(const char *username, const struct nt_user_token *token, int snum) 196 196 { 197 197 if (lp_invalid_users(snum) != NULL) { … … 250 250 251 251 BOOL is_share_read_only_for_token(const char *username, 252 struct nt_user_token *token, int snum)252 const struct nt_user_token *token, int snum) 253 253 { 254 254 BOOL result = lp_readonly(snum);
Note:
See TracChangeset
for help on using the changeset viewer.