Skip to content

Commit

Permalink
plugins: quota - quota-status: Remove superfluous brackets from conne…
Browse files Browse the repository at this point in the history
…ction name.
  • Loading branch information
stephanbosch committed Mar 1, 2019
1 parent 842025e commit b2215ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/quota/quota-status.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit b2215ad

Please sign in to comment.