diff --git a/mod_ucam_webauth.c b/mod_ucam_webauth.c index ca00309..09b5cae 100644 --- a/mod_ucam_webauth.c +++ b/mod_ucam_webauth.c @@ -3156,7 +3156,7 @@ webauth_handler_logout(request_rec *r) "you should first log-out of all other personalized sites that you " "have accessed and then logout_service, "\">logout from the central authentication service.", - sig, "", NULL); + sig, "", NULL); } ap_rputs(response,r); return OK;