r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than
authorDerrell Lipman <derrell@samba.org>
Tue, 19 Apr 2005 19:23:49 +0000 (19:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:40 +0000 (10:56 -0500)
commit1d08b9013a67184b0ecfe8b013926128719b68a6
tree48b05c1be341c1f5183abb7673435e1b0634058a
parent67e9fb7c7c61a337da7efb887e401dfaa828b7b5
r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than
  a directory, the errno returned could end up as ENOENT rather than ENOTDIR.

- Fixes some compiler warnings which showed up on IRIX, as reported by
  James Peach.
(This used to be commit 615a62b21f8d2f7f97bde2f166ddd6849d39b95c)
source3/libsmb/clifile.c
source3/libsmb/clikrb5.c
source3/libsmb/clirap2.c
source3/libsmb/libsmbclient.c
source3/libsmb/trustdom_cache.c
source3/libsmb/trusts_util.c