about summary refs log tree commit homepage
path: root/lib/PublicInbox/POP3.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-31 20:42:54 +0000
committerEric Wong <e@80x24.org>2023-11-01 07:08:11 +0000
commit70e86609fe7248e7d902d4e9cdec97aa3643acf5 (patch)
treef31cb33a16175fe1208d1f1facf1be4a2dfa791e /lib/PublicInbox/POP3.pm
parenteb0499105e263a67d54692425471197dabfadbeb (diff)
downloadpublic-inbox-70e86609fe7248e7d902d4e9cdec97aa3643acf5.tar.gz
This allows us support SSL session caching + reuse in the future.
Diffstat (limited to 'lib/PublicInbox/POP3.pm')
-rw-r--r--lib/PublicInbox/POP3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/POP3.pm b/lib/PublicInbox/POP3.pm
index 6d24b17c..06772069 100644
--- a/lib/PublicInbox/POP3.pm
+++ b/lib/PublicInbox/POP3.pm
@@ -370,7 +370,7 @@ UPDATE users SET last_seen = ? WHERE user_id = ?
                 $self->{pop3d}->unlock_mailbox($self);
         }
         $self->write(\"+OK public-inbox POP3 server signing off\r\n");
-        $self->close;
+        $self->shutdn;
         undef;
 }