summaryrefslogtreecommitdiff
path: root/source3/param/params.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-16 23:57:09 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-16 23:57:09 +0000
commitc89f1ae0cf5856c30172c11fb935ee68f15f8be7 (patch)
tree3a8986de94e61eaf9be40a911534e2b8edb1c1cf /source3/param/params.c
parentdb2f46df1ea7d2f639169187bdaf905f7928f586 (diff)
downloadsamba-c89f1ae0cf5856c30172c11fb935ee68f15f8be7.tar.gz
samba-c89f1ae0cf5856c30172c11fb935ee68f15f8be7.tar.bz2
samba-c89f1ae0cf5856c30172c11fb935ee68f15f8be7.zip
reverted lukes changes in param/
apparently they were not deliberate, they were probably a result of Luke accidentally copying a CVS directory from one spot to another in error (This used to be commit 2d35d0cf1d152438c20648d863f5993e672337dc)
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) {