s3:mdssvc: initialize the returned share_path with the empty string
authorRalph Boehme <slow@samba.org>
Tue, 16 Apr 2019 17:25:09 +0000 (19:25 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 20:24:33 +0000 (20:24 +0000)
commitfef3a4c75f9cad1a81201257f0208b241a93f6c9
tree8ebb60dc6edc6a26169aba37fc17409aefc75f71
parentc4b2dc95d5dfb4e875ea58ff6568b89dacf8b916
s3:mdssvc: initialize the returned share_path with the empty string

macOS returns the empty path for an unknown share. This paves the way for that
change. Currently we still fail the RPC request if the share is not known with
DCERPC_FAULT_CANT_PERFORM, but this is wrong and is going to be changed in the
next commit.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/mdssvc/srv_mdssvc_nt.c