This commit is contained in:
ian%hixie.ch 2002-12-25 14:14:11 +00:00
Родитель 94ba618ca7
Коммит 08576caa95
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -284,7 +284,7 @@ sub getFatalHandlerList {
return \@FATAL;
}
# returns a reference to the $LOCKED variable for modules that which
# returns a reference to the $LOCKED variable for modules that wish
# to block @FATAL reporting
sub getFatalHandlerLock {
return \$LOCKED;