summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-07 13:13:44 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-07 13:22:02 +1100
commit1867a6033ca22da715017df005a5ad61c66e1597 (patch)
treead364c75dbd9760ce38eb6fd3e50451254cdee56 /source4/smbd/server.c
parent1f533bff17ade8c625a87504787dee6207f272e2 (diff)
downloadsamba-1867a6033ca22da715017df005a5ad61c66e1597.tar.gz
samba-1867a6033ca22da715017df005a5ad61c66e1597.tar.bz2
samba-1867a6033ca22da715017df005a5ad61c66e1597.zip
s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat
this matches samba3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/smbd/server.c')
-rw-r--r--source4/smbd/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index 0a4e38d398..0f2f1bb1bb 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -260,6 +260,7 @@ static void show_build(void)
CONFIG_OPTION(PIDDIR),
CONFIG_OPTION(PRIVATE_DIR),
CONFIG_OPTION(SWATDIR),
+ CONFIG_OPTION(CODEPAGEDIR),
CONFIG_OPTION(SETUPDIR),
CONFIG_OPTION(WINBINDD_SOCKET_DIR),
CONFIG_OPTION(WINBINDD_PRIVILEGED_SOCKET_DIR),