summaryrefslogtreecommitdiff
path: root/source3/lib/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/charset.c')
-rw-r--r--source3/lib/charset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/charset.c b/source3/lib/charset.c
index ada3ef790a..cd8c7577c9 100644
--- a/source3/lib/charset.c
+++ b/source3/lib/charset.c
@@ -40,6 +40,8 @@ static void add_dos_char(int lower, int upper)
if (lower && upper) {
lower_char_map[(char)upper] = (char)lower;
upper_char_map[(char)lower] = (char)upper;
+ lower_char_map[(char)lower] = (char)lower;
+ upper_char_map[(char)upper] = (char)upper;
}
}