From 1aa138922e5c0e4925ff5cbfcdb4e7cad367b31b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 27 Jul 1998 18:50:45 +0000 Subject: chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed. local.h: Kept FSTYPE_STRING as Samba for now. nmbd_browsesync.c: Added bugfix from Matt Chapman mattyc@cyberdude.com - lmb_browserlist is now a struct ubi_dlList not a struct browse_cache_record *. server.c: smb.h: uid.c: password.c: Removed attrs code - it is not used anywhere. Jeremy (This used to be commit ef1af7fe6d5c58ae57b8e4efff0729e1a315da43) --- source3/include/local.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/local.h') diff --git a/source3/include/local.h b/source3/include/local.h index a55af443ec..0a369d80e2 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -85,11 +85,7 @@ /* what type of filesystem do we want this to show up as in a NT file manager window? */ -#ifdef HAVE_NT_SMBS -#define FSTYPE_STRING "NTFS" -#else /* HAVE_NT_SMBS */ #define FSTYPE_STRING "Samba" -#endif /* HAVE_NT_SMBS */ /* the default guest account - normally set in the Makefile or smb.conf */ #ifndef GUEST_ACCOUNT -- cgit