Put back a non-extraneous semicolon

This commit is contained in:
Jared Johnson 2014-11-11 17:08:06 -06:00
parent 3ffee33d33
commit 0bc5bfccfb

View File

@ -235,7 +235,7 @@ $SIG{HUP} = sub {
$qpsmtpd->load_plugins; $qpsmtpd->load_plugins;
$qpsmtpd->spool_dir; $qpsmtpd->spool_dir;
$qpsmtpd->size_threshold; $qpsmtpd->size_threshold;
} };
while (1) { while (1) {
REAPER(); REAPER();