INN commit: branches/2.5/backends (send-uucp.in)
INN Commit
rra at isc.org
Sat Aug 6 21:05:52 UTC 2011
Date: Saturday, August 6, 2011 @ 14:05:52
Author: iulius
Revision: 9327
confusion in the name of the "die" function
Modified:
branches/2.5/backends/send-uucp.in
--------------+
send-uucp.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: send-uucp.in
===================================================================
--- send-uucp.in 2011-08-06 21:05:21 UTC (rev 9326)
+++ send-uucp.in 2011-08-06 21:05:52 UTC (rev 9327)
@@ -82,7 +82,7 @@
run_site($_) foreach @sitelist;
# Unlock.
-INN::Utils::Shlock::unlock($lockfile) or mailArtAndDie ("cannot unlock $lockfile");
+INN::Utils::Shlock::unlock($lockfile) or logdie("cannot unlock $lockfile");
exit 0;
More information about the inn-committers
mailing list