Changeset 165 for branches/samba-3.0/source/smbd/password.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (17 years ago)
- File:
-
- 1 edited
-
branches/samba-3.0/source/smbd/password.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/password.c
r124 r165 271 271 const char *unix_homedir = 272 272 pdb_get_unix_homedir(server_info->sam_account); 273 274 273 if (unix_homedir) { 275 274 vuser->unix_homedir = … … 356 355 vuser->unix_homedir[1] = ':'; 357 356 #endif 358 359 357 360 358 if ( (!vuser->guest) && vuser->unix_homedir && *(vuser->unix_homedir))
Note:
See TracChangeset
for help on using the changeset viewer.
