summaryrefslogtreecommitdiff
path: root/source/web
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-11-20 00:15:26 +0000
committerHerb Lewis <herb@samba.org>1998-11-20 00:15:26 +0000
commita33b4f623f196ca7e8056454b9212fe0ffa389c2 (patch)
treed4ee39ef941b501fe58fc2737d25110f2d877168 /source/web
parent2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad (diff)
downloadsamba-a33b4f623f196ca7e8056454b9212fe0ffa389c2.tar.gz
wrong directory path for smbd and nmbd
Diffstat (limited to 'source/web')
-rw-r--r--source/web/startstop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/web/startstop.c b/source/web/startstop.c
index 9eeac96cc0c..6a15e7a46f8 100644
--- a/source/web/startstop.c
+++ b/source/web/startstop.c
@@ -37,7 +37,7 @@ void start_smbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", SBINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", BINDIR);
become_daemon();
@@ -58,7 +58,7 @@ void start_nmbd(void)
return;
}
- slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", SBINDIR);
+ slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", BINDIR);
become_daemon();