summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-07-04 18:50:21 +0000
committerJeremy Allison <jra@samba.org>2003-07-04 18:50:21 +0000
commitda5ee2b765fc321b14e92eb27bde8ec8930b61d4 (patch)
tree89cc356018790d3e6a639ba5b8b7a5eff2f6676d /source/torture
parent68245e9cfae9a8cb663503301c21498dd9a3a560 (diff)
downloadsamba-da5ee2b765fc321b14e92eb27bde8ec8930b61d4.tar.gz
samba-da5ee2b765fc321b14e92eb27bde8ec8930b61d4.tar.xz
samba-da5ee2b765fc321b14e92eb27bde8ec8930b61d4.zip
Fixed strlower changes I missed. Pointed out by metze.
Jeremy
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/masktest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/torture/masktest.c b/source/torture/masktest.c
index 06dead3f16f..fa901e3d63d 100644
--- a/source/torture/masktest.c
+++ b/source/torture/masktest.c
@@ -279,9 +279,9 @@ static void get_real_name(struct cli_state *cli,
}
if (f_info) {
fstrcpy(short_name, f_info->short_name);
- strlower(short_name);
+ strlower_m(short_name);
pstrcpy(long_name, f_info->name);
- strlower(long_name);
+ strlower_m(long_name);
}
if (*short_name == 0) {