removed home_share from user_info structure.
authorLuke Leighton <lkcl@samba.org>
Mon, 20 Oct 1997 12:13:04 +0000 (12:13 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 20 Oct 1997 12:13:04 +0000 (12:13 +0000)
source/include/smb.h

index ff6cc7eb25d36d3669aaea388b00d74ee0fe154c..2b0fc44d2446a8e5f2acfb08ac46770ab07988c1 100644 (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;