s3:libsmb: cli_qpathinfo3 use cli_qpathinfo2 for smb2
authorGregor Beck <gbeck@sernet.de>
Mon, 14 Oct 2013 09:43:45 +0000 (11:43 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 30 Oct 2013 22:23:51 +0000 (15:23 -0700)
commit569722ee4081d154d65caa192b9caed21730db93
tree0e4306414469096c73c7443573063fc330c73853
parent7e35a4dc7369e4389ebdc373310c6ff7c48b036f
s3:libsmb: cli_qpathinfo3 use cli_qpathinfo2 for smb2

cli_qpathinfo3 only works (and is only needed as fallback so far) for smb1.
Use cli_qpathinfo2 in the smb2 case to make it universally usable.

Signed-off-by: Gregor Beck <gbeck@sernet.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clirap.c