Missing "reload" sub-call (Closes: #1280)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent 4a97c1617c
commit c62e9abee6
  1. 2
      fastcgi-server/man/llng-fastcgi-server.1p
  2. 5
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/ApacheMP2.pm

@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "llng-fastcgi-server 1"
.TH llng-fastcgi-server 1 "2017-07-31" "perl v5.26.0" "User Contributed Perl Documentation"
.TH llng-fastcgi-server 1 "2017-08-21" "perl v5.26.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

@ -22,6 +22,11 @@ sub logout {
return launch( 'unlog', @_ );
}
sub reload {
shift if ($#_);
return launch( 'reload', @_ );
}
sub status {
shift if ($#_);
return launch( 'getStatus', @_ );

Loading…
Cancel
Save