]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: client: smtp_client_connection_create(): ATTR_NULL() pointed to wrong param...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 10 Mar 2018 18:07:26 +0000 (19:07 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 12 Mar 2018 14:28:40 +0000 (16:28 +0200)
src/lib-smtp/smtp-client-connection.h

index 717716e528dbb32c0a3d6bbc313148886d80d621..09f4c9937a4b1da1110524e92b6c630f26f5c38d 100644 (file)
@@ -39,7 +39,7 @@ smtp_client_connection_create(struct smtp_client *client,
        enum smtp_protocol protocol, const char *host, in_port_t port,
        enum smtp_client_connection_ssl_mode ssl_mode,
        const struct smtp_client_settings *set)
-       ATTR_NULL(5);
+       ATTR_NULL(6);
 void smtp_client_connection_ref(struct smtp_client_connection *conn);
 void smtp_client_connection_unref(struct smtp_client_connection **_conn);
 void smtp_client_connection_close(struct smtp_client_connection **_conn);