From a44db4a3284e8eb6065bfedb7f3bf3188e282095 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 20 Nov 1998 00:15:26 +0000 Subject: wrong directory path for smbd and nmbd (This used to be commit a33b4f623f196ca7e8056454b9212fe0ffa389c2) --- source3/web/startstop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/web/startstop.c b/source3/web/startstop.c index 9eeac96cc0..6a15e7a46f 100644 --- a/source3/web/startstop.c +++ b/source3/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(); -- cgit