1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

removed home_share from user_info structure.

(This used to be commit c59b8cee4721eeeb79f07f48ac17492530d4cdb1)
This commit is contained in:
Luke Leighton 1997-10-20 12:13:04 +00:00
parent 423a7c4171
commit dc9999ebd0

View File

@ -1141,10 +1141,6 @@ typedef struct
int *igroups; /* an integer version - some OSes are broken :-( */
int *attrs; /* attributes associated with each gid */
#if (defined(NETGROUP) && defined(AUTOMOUNT))
char *home_share; /* to store NIS home of a user - simeon */
#endif
int n_sids;
int *sids;