]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins: quota - quota-status: Remove superfluous brackets from connection name.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 27 Feb 2019 19:55:34 +0000 (20:55 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 1 Mar 2019 07:41:29 +0000 (08:41 +0100)
src/plugins/quota/quota-status.c

index c88586d55863b5517728de8eac63752fccbf6900..3eb1c61e0be5ac0b6d000f78b2376dbc55337c11 100644 (file)
@@ -41,7 +41,7 @@ static void client_connected(struct master_service_connection *conn)
 
        client = i_new(struct quota_client, 1);
        connection_init_server(clients, &client->conn,
-                              "(quota client)", conn->fd, conn->fd);
+                              "quota-client", conn->fd, conn->fd);
        master_service_client_connection_accept(conn);
 }