eliminate bogus whitespace diff
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 26 Jun 2014 17:24:24 +0000 (13:24 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 26 Jun 2014 17:24:24 +0000 (13:24 -0400)
src/main/tls_listen.c

index 7bb091b..f4323a7 100644 (file)
@@ -74,7 +74,6 @@ static void tls_socket_close(rad_listen_t *listener)
 
        SSL_shutdown(sock->ssn->ssl);
 
-
        listener->status = RAD_LISTEN_STATUS_EOL;
        listener->tls = NULL; /* parent owns this! */