Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/smbd/service.c

    r480 r736  
    751751                        return NULL;
    752752                }
     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);
    753761
    754762                TALLOC_FREE(conn->server_info);
Note: See TracChangeset for help on using the changeset viewer.