summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-16 18:45:59 +0000
committerTim Potter <tpot@samba.org>2002-07-16 18:45:59 +0000
commitbb7de652efdee663aef2325de440047795be7e99 (patch)
treeefc8611eb792218f92178b325abaf27d01bc88c8 /source3/param
parentb3aeabedd0af56fc38ddc391a52a9ff7f331f9ef (diff)
downloadsamba-bb7de652efdee663aef2325de440047795be7e99.tar.gz
samba-bb7de652efdee663aef2325de440047795be7e99.tar.bz2
samba-bb7de652efdee663aef2325de440047795be7e99.zip
Use codepage 850 as a default for the dos character set.
Tridge, is this OK? (This used to be commit db5d91fedfe9355f4a79aee9dc60d77dd068b334)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 6e3ce460cd..37f8bb3ca4 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1201,6 +1201,9 @@ static void init_globals(void)
/* using UTF8 by default allows us to support all chars */
string_set(&Globals.unix_charset, "UTF8");
+ /* Use codepage 850 as a default for the dos character set */
+ string_set(&Globals.dos_charset, "CP850");
+
/*
* Allow the default PASSWD_CHAT to be overridden in local.h.
*/