Cleaned up some small SSL mistakes.

This commit is contained in:
Seth Hall 2011-09-07 15:11:01 -04:00
parent eda2245e9e
commit e07e4ca117
2 changed files with 5 additions and 2 deletions

View file

@ -14,7 +14,7 @@ export {
}
event ssl_established(c: connection) &priority=5
event ssl_established(c: connection) &priority=3
{
# If there aren't any certs we can't very well do certificate validation.
if ( !c$ssl?$cert || !c$ssl?$cert_chain )