libsmb: call directly tevent_req_simple_finish_ntstatus
commit99c95fc98309a7aa08cfc37c4de5105d90696b7a
authorMatthieu Patou <mat@matws.net>
Sun, 5 May 2013 21:53:40 +0000 (5 14:53 -0700)
committerStefan Metzmacher <metze@samba.org>
Mon, 6 May 2013 06:35:10 +0000 (6 08:35 +0200)
treedbd90bf62d4131c2287246725d8b8e85bb4e1b14
parentbf332392e15e4a2b8799101e3ddae194dca36d13
libsmb: call directly tevent_req_simple_finish_ntstatus

The CC compiler on openindiana is not pleased with a void function doing
a return of another void function.

It should help the build of openindiana on the buildfarm

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon May  6 08:35:10 CEST 2013 on sn-devel-104
source3/libsmb/cliconnect.c