summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-07-11 11:33:25 +0000
committerVolker Lendecke <vlendec@samba.org>2004-07-11 11:33:25 +0000
commitd06699c7c5077fe1d96883dc065bae8675881127 (patch)
tree11d26651ba098061bd506cdc712f9cc4b00de741 /source/torture
parent9a43d9c9cc22d0d82911be1b177a409899ef032f (diff)
downloadsamba-d06699c7c5077fe1d96883dc065bae8675881127.tar.gz
samba-d06699c7c5077fe1d96883dc065bae8675881127.tar.xz
samba-d06699c7c5077fe1d96883dc065bae8675881127.zip
r1444: Another attempt to fulfil the 100% promise. There might be two dots at the
end... Volker
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/mangle_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/mangle_test.c b/source/torture/mangle_test.c
index 174c7128be8..5acad2d015d 100644
--- a/source/torture/mangle_test.c
+++ b/source/torture/mangle_test.c
@@ -153,7 +153,7 @@ static void gen_name(char *name)
/* ..... and a 100% proability of a file not ending in "." */
if (p[strlen(p)-1] == '.')
- p[strlen(p)-1] = '\0';
+ p[strlen(p)-1] = '_';
}