]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
pop3: Remove duplicate %{session} from pop3_logout_format handling
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 8 May 2019 09:35:51 +0000 (12:35 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 8 May 2019 11:40:18 +0000 (14:40 +0300)
It already comes from mail_user_var_expand_table()

src/pop3/pop3-client.c

index ac7193b992c103c4ac947c3d9c33197acc3f8f11..fe45f000910eb2d7ec586d2d73da42f69042e544 100644 (file)
@@ -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 }