diff options
| author | fukachan <fukachan> | 2003-05-20 04:22:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-20 04:22:56 +0000 |
| commit | a4ad91af43ae72050ef0b59840b8a50fc2cc2e51 (patch) | |
| tree | 1018ae4d4069a87714aff7fd0e04fbb323a49203 | |
| parent | 572b40b8654ed1a676f026a4c2d65dba01717dcc (diff) | |
| download | fml8-a4ad91af43ae72050ef0b59840b8a50fc2cc2e51.tar.gz fml8-a4ad91af43ae72050ef0b59840b8a50fc2cc2e51.tar.bz2 fml8-a4ad91af43ae72050ef0b59840b8a50fc2cc2e51.zip | |
disable lock since FML::Error locks itself if needed.
| -rw-r--r-- | fml/lib/FML/Command/Admin/error.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/error.pm b/fml/lib/FML/Command/Admin/error.pm index 008c8a88..11bb4d93 100644 --- a/fml/lib/FML/Command/Admin/error.pm +++ b/fml/lib/FML/Command/Admin/error.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: error.pm,v 1.3 2003/03/18 10:42:42 fukachan Exp $ +# $FML: error.pm,v 1.4 2003/03/28 10:32:22 fukachan Exp $ # package FML::Command::Admin::error; @@ -56,7 +56,7 @@ sub need_lock { 1;} # Arguments: none # Side Effects: none # Return Value: STR -sub lock_channel { return 'error_analyzer_cache';} +sub lock_channel { return undef;} # Descriptions: change delivery mode from real time to digest. |
