diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-20 12:13:04 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-20 12:13:04 +0000 |
commit | dc9999ebd0ac568ee8a175cb6ece069603115bd2 (patch) | |
tree | bf78686a95e2c9c1ebae89c6f08db6ea23e245b1 | |
parent | 423a7c417136af3f6d09b3c1763336dd0a401d4f (diff) | |
download | samba-dc9999ebd0ac568ee8a175cb6ece069603115bd2.tar.gz samba-dc9999ebd0ac568ee8a175cb6ece069603115bd2.tar.bz2 samba-dc9999ebd0ac568ee8a175cb6ece069603115bd2.zip |
removed home_share from user_info structure.
(This used to be commit c59b8cee4721eeeb79f07f48ac17492530d4cdb1)
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ff6cc7eb25..2b0fc44d24 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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; |