Fix bug 9633: recursive mget should continue on EPERM
authorDavid Disseldorp <ddiss@samba.org>
Mon, 4 Feb 2013 18:04:39 +0000 (19:04 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 14 Mar 2013 09:51:41 +0000 (10:51 +0100)
commitf034f96e11d0bf66c7756af81ec21f68732fe442
treeef5415cd9899af70fbf9981fac3ae0bdcf2f6393
parentfc282a3850c6e23cc4f99746bb8dd484e5aed52f
Fix bug 9633: recursive mget should continue on EPERM

Regression introduced by 14ff2e8de9bd8d0064762234555260f5eea643fe.
When downloading files recursively, smbclient halts if it encounters
a folder to which it does not have permission to traverse.
(cherry picked from commit e5b4ac7978213acf7517b6852f7750e41cad787a)
source3/client/client.c