]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
global: start relying on http_client_request_abort(NULL) being a no-op
authorJosef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
Fri, 25 May 2018 23:13:30 +0000 (19:13 -0400)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 13 Jun 2018 08:29:33 +0000 (11:29 +0300)
commitde3f7051bd66e1bf9f2971f422903ba7a53a0f34
tree028b9163dc04379ed0d84f594a80bcac49d2390e
parent30f854e6eab6c0e7e6b70f19432ea268c2eb9400
global: start relying on http_client_request_abort(NULL) being a no-op

Cleanup performed with the following semantic patch:

@@
expression E;
@@

- if (E != NULL) {
-  http_client_request_abort(&E);
- }
+ http_client_request_abort(&E);
src/auth/auth-policy.c
src/lib-http/http-client-connection.c
src/lib-oauth2/oauth2.c
src/plugins/fts-solr/solr-connection.c
src/plugins/fts/fts-parser-tika.c