From: Michael Adam Date: Mon, 15 Dec 2008 12:33:24 +0000 (+0100) Subject: s3:loadparm: fix newly introduced leading whitespaces to tabs X-Git-Tag: samba-4.0.0alpha6~479^2~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606abdceacfcad19735cd80f59aad975a9e97b7c;p=thirdparty%2Fsamba.git s3:loadparm: fix newly introduced leading whitespaces to tabs Michael --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 7e7a1e505ea..c74246c98e2 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -425,7 +425,7 @@ struct service { bool bHideUnReadable; bool bHideUnWriteableFiles; bool bBrowseable; - bool bAccessBasedShareEnum; + bool bAccessBasedShareEnum; bool bAvailable; bool bRead_only; bool bNo_set_dir; @@ -569,7 +569,7 @@ static struct service sDefault = { False, /* bHideUnReadable */ False, /* bHideUnWriteableFiles */ True, /* bBrowseable */ - False, /* bAccessBasedShareEnum */ + False, /* bAccessBasedShareEnum */ True, /* bAvailable */ True, /* bRead_only */ True, /* bNo_set_dir */