pysmbd: Convert pysmbd to take an optional service to connect to
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 02:48:27 +0000 (13:48 +1100)
committerJeremy Allison <jra@samba.org>
Tue, 8 Jan 2013 00:18:35 +0000 (16:18 -0800)
commit813a3f0df91251dd7f920074ff8cd2b45bf48749
tree5da4fca38982d8a732cbf7ac35bdbc32b506d065
parent5a3e915d20bb11984c42081bf25ce09baa58e04e
pysmbd: Convert pysmbd to take an optional service to connect to

This uses create_conn_struct to correctly call VFS_CONNECT(), but only
if a service has been specified.

Andrew Bartlett

Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/proto.h
source3/smbd/pysmbd.c