Variable name typo.

Reviewed by: Guy Helmer <ghelmer@cs.iastate.edu
Submitted by:	Paul Sandys <myj@nyct.net>
This commit is contained in:
Wolfram Schneider 1997-04-02 14:34:57 +00:00
parent 6724ac5c14
commit 29a932b562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24550

View File

@ -30,7 +30,7 @@
#
# Guy Helmer <ghelmer@cs.iastate.edu>, 02/23/97
#
# $Id$
# $Id: rmuser.perl,v 1.6 1997/03/08 18:04:45 wosch Exp $
sub LOCK_SH {0x01;}
sub LOCK_EX {0x02;}
@ -243,7 +243,7 @@ if (-e $file || -l $file) {
#
# Remove some pop daemon's leftover file
$file = "$maildir/.${login_name}.pop";
$file = "$mail_dir/.${login_name}.pop";
if (-e $file || -l $file) {
print STDERR "Removing pop daemon's temporary mail file ${file}:";
unlink $file ||