tevent: fix CID 1437974 dereference after null check
authorRalph Boehme <slow@samba.org>
Tue, 17 Jul 2018 10:59:50 +0000 (12:59 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Jul 2018 14:21:21 +0000 (16:21 +0200)
commitba991da43469a1844b67fcec19a15ceda409fc3f
tree92c1e6cf4bf355f16c62f06d53e893c0a2b6864e
parent3761d42e4fe563ad893f14468e98bd1f5a807604
tevent: fix CID 1437974 dereference after null check

Probably a copy/paste error from the tevent_debug() statement a few
lines above as at this place we want to pass main_ev directly to
tevent_debug() anyway.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Jul 17 16:21:21 CEST 2018 on sn-devel-144
lib/tevent/tevent_wrapper.c