diff options
Diffstat (limited to 'nss_engine_kernel.c')
| -rw-r--r-- | nss_engine_kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_engine_kernel.c b/nss_engine_kernel.c index 84323c8..b8de991 100644 --- a/nss_engine_kernel.c +++ b/nss_engine_kernel.c @@ -435,7 +435,7 @@ int nss_hook_Access(request_rec *r) return HTTP_FORBIDDEN; } - // The cert is ok, fall through to the check SSLRequires + /* The cert is ok, fall through to the check SSLRequires */ } else { int handshake_done = 0; |
