summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-05 14:02:56 +0200
committerVolker Lendecke <vl@samba.org>2010-08-05 14:53:54 +0200
commit869a19f06c0ef7b106dfbbc3db1ed1091a1a4259 (patch)
tree3bcf7e5b895573519d4df146cfefea797c06d007 /source3/libsmb/clilist.c
parent61fb8a4fd1a8b30fffdf941a9ff843825bf966e3 (diff)
downloadsamba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.tar.gz
samba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.tar.bz2
samba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.zip
s3: Remove a pointless wrapper function
Diffstat (limited to 'source3/libsmb/clilist.c')
-rw-r--r--source3/libsmb/clilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c
index d0583f4e10..e3f050a822 100644
--- a/source3/libsmb/clilist.c
+++ b/source3/libsmb/clilist.c
@@ -82,7 +82,7 @@ static size_t interpret_long_filename(TALLOC_CTX *ctx,
finfo->mode = CVAL(p,24);
len = CVAL(p, 26);
p += 27;
- p += clistr_align_in(cli, p, 0);
+ p += align_string(cli->inbuf, p, 0);
/* We can safely use len here (which is required by OS/2)
* and the NAS-BASIC server instead of +2 or +1 as the