Changeset 736 for branches/samba-3.5.x/source3/smbd/service.c
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/smbd/service.c
r480 r736 751 751 return NULL; 752 752 } 753 754 /* We don't want to replace the original sanitized_username 755 as it is the original user given in the connect attempt. 756 This is used in '%U' substitutions. */ 757 TALLOC_FREE(forced_serverinfo->sanitized_username); 758 forced_serverinfo->sanitized_username = 759 talloc_move(forced_serverinfo, 760 &conn->server_info->sanitized_username); 753 761 754 762 TALLOC_FREE(conn->server_info);
Note:
See TracChangeset
for help on using the changeset viewer.