summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-30 10:52:48 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-30 10:52:48 +0000
commita655a8a0510b0277727205394b093c580280eb55 (patch)
treebb473410864d786032dfee7a1ea9972f1f904698 /source/param/loadparm.c
parentdba55b2d3453bd18e1a0cb031d012733e5a214b9 (diff)
downloadsamba-a655a8a0510b0277727205394b093c580280eb55.tar.gz
samba-a655a8a0510b0277727205394b093c580280eb55.tar.xz
samba-a655a8a0510b0277727205394b093c580280eb55.zip
set the default fstype for IPC$ to "IPC". I'm not sure if this will
make any difference, but it is the right thing to do.
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r--source/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index a0e43150b99..b0b793df601 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -1437,6 +1437,7 @@ static BOOL lp_add_ipc(void)
string_set(&iSERVICE(i).szPath,tmpdir());
string_set(&iSERVICE(i).szUsername,"");
string_set(&iSERVICE(i).comment,comment);
+ string_set(&iSERVICE(i).fstype,"IPC");
iSERVICE(i).status = False;
iSERVICE(i).iMaxConnections = 0;
iSERVICE(i).bAvailable = True;