diff options
| author | rcritten <> | 2006-04-07 20:17:12 +0000 |
|---|---|---|
| committer | rcritten <> | 2006-04-07 20:17:12 +0000 |
| commit | 7eed0dc4bb3c6c1308d164da88aef0c7246b142d (patch) | |
| tree | b302273684f7eb248d9dbd9d907bad6df392e606 /nss_engine_kernel.c | |
| parent | 8ae95918a64277e24405e0ec57fc5d8595e86798 (diff) | |
188300
Replace C++ style comments to make the Sun Forte compiler happy.
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; |
