From bc97ab2b7ca6849696b391412333a96ff0ad682f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 20 Sep 1998 15:39:12 +0000 Subject: add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING (This used to be commit 9c275bcd98cbbd9367d9b7a2204889fcefd74638) --- source3/include/local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/local.h') diff --git a/source3/include/local.h b/source3/include/local.h index bf41af70d7..f68f57eff7 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -78,8 +78,8 @@ /* the size of the directory cache */ #define DIRCACHESIZE 20 -/* what type of filesystem do we want this to show up as in a NT file - manager window? */ +/* what default type of filesystem do we want this to show up as in a + NT file manager window? */ #define FSTYPE_STRING "Samba" /* the default guest account - normally set in the Makefile or smb.conf */ -- cgit