s3:smb2_server: call smbd_smb2_flush_send_queue() directly
commit51077c6be665fb95c0ba06f5878a08503bf311df
authorStefan Metzmacher <metze@samba.org>
Fri, 23 May 2014 10:30:21 +0000 (23 12:30 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 31 May 2014 02:25:36 +0000 (31 04:25 +0200)
tree1b383c5a72956420183685ff854aff455a825d1a
parent629f4e87696ef891a342c0b2ec095e0a97158dce
s3:smb2_server: call smbd_smb2_flush_send_queue() directly

This avoids recursion into smbd_smb2_io_handler(),
which avoids confusion when analysing out put of
performance analysing tools, e.g. callgrind.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat May 31 04:25:36 CEST 2014 on sn-devel-104
source3/smbd/smb2_server.c