summaryrefslogtreecommitdiff
path: root/source3/param/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/params.c')
-rw-r--r--source3/param/params.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/params.c b/source3/param/params.c
index 25f9004c27..1cf3aa9eb1 100644
--- a/source3/param/params.c
+++ b/source3/param/params.c
@@ -203,6 +203,7 @@ static int Continuation( char *line, int pos )
/* we should recognize if `\` is part of a multibyte character or not. */
while(pos2 <= pos) {
size_t skip = 0;
+ skip = get_character_len(line[pos2]);
if (skip) {
pos2 += skip;
} else if (pos == pos2) {