diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:11:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-20 10:11:40 +0000 |
commit | c565c98723f1fab04d47ae6076d742c8ee2dcb49 (patch) | |
tree | 6666eba5ae7ab3feb4d18133df65d4cac4675908 /source3/libsmb/clilist.c | |
parent | 6492d6b2f6a2743f5e794447911cbbba7e031d5d (diff) | |
download | samba-c565c98723f1fab04d47ae6076d742c8ee2dcb49.tar.gz samba-c565c98723f1fab04d47ae6076d742c8ee2dcb49.tar.xz samba-c565c98723f1fab04d47ae6076d742c8ee2dcb49.zip |
pipe opening now works with unicode
(This used to be commit ba3ce3404e1cd2e9da3ba1708f6fc8a12c085ef2)
Diffstat (limited to 'source3/libsmb/clilist.c')
-rw-r--r-- | source3/libsmb/clilist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index ae1607c1c4b..d4c67fd9e4f 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -205,7 +205,7 @@ int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute, } if (!cli_send_trans(cli, SMBtrans2, - NULL, 0, /* Name, length */ + NULL, /* Name */ -1, 0, /* fid, flags */ &setup, 1, 0, /* setup, length, max */ param, param_len, 10, /* param, length, max */ |