From 88460e63c5934ab3d00db2a8521d5ebd33dbefc3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 30 Sep 1998 10:52:48 +0000 Subject: 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. (This used to be commit a655a8a0510b0277727205394b093c580280eb55) --- source3/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index a0e43150b9..b0b793df60 100644 --- a/source3/param/loadparm.c +++ b/source3/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; -- cgit