Skip to content

Commit

Permalink
managesieve-login: Adjust to new client_vfuncs.free() API change
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and stephanbosch committed Jun 16, 2017
1 parent 3a9e4d5 commit 479d2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/managesieve-login/client.c
Expand Up @@ -520,6 +520,7 @@ static struct client_vfuncs managesieve_client_vfuncs = {
managesieve_proxy_get_state,
client_common_send_raw_data,
managesieve_client_input_next_cmd,
client_common_default_free,
};

static const struct login_binary managesieve_login_binary = {
Expand Down

0 comments on commit 479d2be

Please sign in to comment.