s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper
commit1b8645b4c830efc2f2c577dc1f43db151bc400a0
authorStefan Metzmacher <metze@samba.org>
Sat, 12 May 2012 08:16:41 +0000 (12 10:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 13 May 2012 12:11:02 +0000 (13 14:11 +0200)
treecc1ca2733fdabb1772327fd52907e035de0bed2c
parent70ac2cc831c870c14d479cf845677f141b2eb85d
s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper

This just adds smbd_smb2_session_setup_send/recv as wrapper to
the sync smbd_smb2_session_setup function.

This will allow us to change to top level code to work async,
then we can have a 2nd step where we remove the sync
smbd_smb2_session_setup function.

metze
source3/smbd/smb2_sesssetup.c