From: Timo Sirainen Date: Wed, 8 May 2019 09:35:51 +0000 (+0300) Subject: pop3: Remove duplicate %{session} from pop3_logout_format handling X-Git-Tag: 2.3.9~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1e95b04d9fa5fd94e075f844cfc58be520b1e2;p=thirdparty%2Fdovecot%2Fcore.git pop3: Remove duplicate %{session} from pop3_logout_format handling It already comes from mail_user_var_expand_table() --- diff --git a/src/pop3/pop3-client.c b/src/pop3/pop3-client.c index ac7193b992..fe45f00091 100644 --- a/src/pop3/pop3-client.c +++ b/src/pop3/pop3-client.c @@ -536,7 +536,6 @@ static const char *client_stats(struct client *client) { 'i', dec2str(client->input->v_offset), "input" }, { 'o', dec2str(client->output->offset), "output" }, { 'u', uidl_change, "uidl_change" }, - { '\0', client->session_id, "session" }, { '\0', !client->delete_success ? "0" : dec2str(client->deleted_size), "deleted_bytes" }, { '\0', NULL, NULL }