X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ef2e5890df09193717f9d345ffaaa406e2d8aae7..30a626371573c553bd3c9886b1f9f8e92a0410fd:/src/src/verify.c?ds=sidebyside diff --git a/src/src/verify.c b/src/src/verify.c index c182e12e1..6478a9e7e 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -815,7 +815,7 @@ tls_retry_connection: sx->cctx.sock = -1; #ifndef DISABLE_EVENT (void) event_raise(addr->transport->event_action, - US"tcp:close", NULL); + US"tcp:close", NULL, NULL); #endif addr->address = main_address; addr->transport_return = PENDING_DEFER; @@ -1127,7 +1127,7 @@ no_conn: (void)close(sx->cctx.sock); sx->cctx.sock = -1; #ifndef DISABLE_EVENT - (void) event_raise(addr->transport->event_action, US"tcp:close", NULL); + (void) event_raise(addr->transport->event_action, US"tcp:close", NULL, NULL); #endif } }