aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_basicauth.vcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_basicauth.vcc')
-rw-r--r--src/vmod_basicauth.vcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod_basicauth.vcc b/src/vmod_basicauth.vcc
index cda0d66..bebc1a2 100644
--- a/src/vmod_basicauth.vcc
+++ b/src/vmod_basicauth.vcc
@@ -30,7 +30,7 @@ Four kinds of password hashes are supported: Apache MD5, crypt, SHA1,
and plaintext.
$Init init_function
-$Function BOOL match(PRIV_VCL, STRING, STRING)
+$Function BOOL match(STRING, STRING)
Description
The **match** function returns **TRUE** or **FALSE** depending on whether

Return to:

Send suggestions and report system problems to the System administrator.