summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-08-22 02:47:38 +0000
committerAndrew Tridgell <tridge@samba.org>2001-08-22 02:47:38 +0000
commit5a3fd3317e0fedd72450660f031b5ba42a11b875 (patch)
tree55af309cfb11feb6ce2b7974e52eec56ec03f178 /source
parent880c1cc751d017886bcd175eefa3d547a0f99c43 (diff)
downloadsamba-5a3fd3317e0fedd72450660f031b5ba42a11b875.tar.gz
samba-5a3fd3317e0fedd72450660f031b5ba42a11b875.tar.xz
samba-5a3fd3317e0fedd72450660f031b5ba42a11b875.zip
a fix for directory listing with the dave/thursby client
Diffstat (limited to 'source')
-rw-r--r--source/libsmb/clilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clilist.c b/source/libsmb/clilist.c
index e7272176288..6368674488c 100644
--- a/source/libsmb/clilist.c
+++ b/source/libsmb/clilist.c
@@ -217,7 +217,7 @@ int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
}
if (cli_is_error(cli) || !rdata || !rparam)
- return -1;
+ break;
if (total_received == -1) total_received = 0;