diff options
| author | fukachan <fukachan> | 2006-04-05 03:23:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-04-05 03:23:47 +0000 |
| commit | 572e1d4bcf5ec2d0f067b8fe5ef4ced4a25e982e (patch) | |
| tree | bd4191f243bb1d05c338d5271ed956cfef975995 /fml/lib/FML/Process/Kernel.pm | |
| parent | 0362e0aadd2c4a920ed573e0d60d3f3364867a17 (diff) | |
| download | fml8-572e1d4bcf5ec2d0f067b8fe5ef4ced4a25e982e.tar.gz fml8-572e1d4bcf5ec2d0f067b8fe5ef4ced4a25e982e.tar.bz2 fml8-572e1d4bcf5ec2d0f067b8fe5ef4ced4a25e982e.zip | |
queue_flush() takes no argument
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
| -rw-r--r-- | fml/lib/FML/Process/Kernel.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index 5860d854..d40b2b72 100644 --- a/fml/lib/FML/Process/Kernel.pm +++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.275 2006/02/15 13:44:04 fukachan Exp $ +# $FML: Kernel.pm,v 1.276 2006/03/12 12:43:17 fukachan Exp $ # package FML::Process::Kernel; @@ -2955,7 +2955,7 @@ sub _add_info_on_header } -=head2 queue_flush($queue) +=head2 queue_flush() flush all queue. @@ -2966,12 +2966,12 @@ C<TODO:> # Descriptions: flush all queue. -# Arguments: OBJ($curproc) OBJ($queue) +# Arguments: OBJ($curproc) # Side Effects: none # Return Value: none sub queue_flush { - my ($curproc, $queue) = @_; + my ($curproc) = @_; my $config = $curproc->config(); my $queue_dir = $config->{ mail_queue_dir }; my $qmgr_args = { directory => $queue_dir }; |
