From dc9999ebd0ac568ee8a175cb6ece069603115bd2 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 20 Oct 1997 12:13:04 +0000 Subject: removed home_share from user_info structure. (This used to be commit c59b8cee4721eeeb79f07f48ac17492530d4cdb1) --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') 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; -- cgit