Skip to content

Commit

Permalink
quota-status: Fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Aug 8, 2017
1 parent 4118e86 commit 36079b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/quota/quota-status.c
Expand Up @@ -84,7 +84,6 @@ static void client_handle_request(struct quota_client *client)
struct mail_user *user;
const char *value = NULL, *error;
const char *detail ATTR_UNUSED;
char delim ATTR_UNUSED;
int ret;

if (client->recipient == NULL) {
Expand All @@ -94,7 +93,7 @@ static void client_handle_request(struct quota_client *client)

i_zero(&input);
message_detail_address_parse(quota_status_settings->recipient_delimiter,
client->recipient, &input.username, &delim,
client->recipient, &input.username,
&detail);
ret = mail_storage_service_lookup_next(storage_service, &input,
&service_user, &user, &error);
Expand Down

0 comments on commit 36079b4

Please sign in to comment.