summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:25 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commita091d423505ccadd2055dacf70dbb5c78c23453f (patch)
treef2485e4b0c039b343806bec28a7d3e667e656bd2 /source3/param/loadparm.c
parent58aeebf0cd9efe66548d02953e3df01bc468095e (diff)
downloadsamba-a091d423505ccadd2055dacf70dbb5c78c23453f.tar.gz
samba-a091d423505ccadd2055dacf70dbb5c78c23453f.tar.xz
samba-a091d423505ccadd2055dacf70dbb5c78c23453f.zip
param: Rename variable used for lp_msdfs_proxy szMSDfsProxy
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 1f543a4e17..392bfd26c0 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -183,7 +183,7 @@ static struct loadparm_service sDefault =
.volume = NULL,
.fstype = NULL,
.vfs_objects = NULL,
- .szMSDfsProxy = NULL,
+ .msdfs_proxy = NULL,
.szAioWriteBehind = NULL,
.szDfree = NULL,
.iMinPrintSpace = 0,
@@ -2349,7 +2349,7 @@ bool service_ok(int iService)
if (ServicePtrs[iService]->pathname[0] == '\0' &&
strwicmp(ServicePtrs[iService]->szService, HOMES_NAME) != 0 &&
- ServicePtrs[iService]->szMSDfsProxy[0] == '\0'
+ ServicePtrs[iService]->msdfs_proxy[0] == '\0'
) {
DEBUG(0, ("WARNING: No path in service %s - making it unavailable!\n",
ServicePtrs[iService]->szService));