summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-05 21:31:12 +0000
committerJeremy Allison <jra@samba.org>2001-04-05 21:31:12 +0000
commit72aa0d8073258a691d34b7aa4824a48ce90308c6 (patch)
tree9f51835ed7af78c8795e7105874dcaedef8380df /source3
parent45646e88188b5d175f7755bc64f186cd59ed4c80 (diff)
downloadsamba-72aa0d8073258a691d34b7aa4824a48ce90308c6.tar.gz
samba-72aa0d8073258a691d34b7aa4824a48ce90308c6.tar.bz2
samba-72aa0d8073258a691d34b7aa4824a48ce90308c6.zip
Setup syslog correctly in swat. Patch from Andrew Bartlett.
Jeremy. (This used to be commit ffd9bf192273370c1ebf6f1a2d5ebe8d8c434133)
Diffstat (limited to 'source3')
-rw-r--r--source3/web/swat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 9817327618..f1a89f1913 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -1010,6 +1010,7 @@ static void printers_page(void)
}
}
+ setup_logging(argv[0],False);
charset_initialise();
load_config(True);
iNumNonAutoPrintServices = lp_numservices();