remove double check for ssl

SVN revision: 52705
This commit is contained in:
Mike Blumenkrantz 2010-09-24 20:07:55 +00:00
parent 2430457121
commit ae6f569862
1 changed files with 0 additions and 3 deletions

View File

@ -324,9 +324,6 @@ _ecore_con_ssl_server_prepare_gnutls(Ecore_Con_Server *svr, int ssl_type)
{
int ret;
if (!ssl_type)
return ECORE_CON_SSL_ERROR_NONE;
if ((ssl_type & ECORE_CON_LOAD_CERT) == ECORE_CON_LOAD_CERT)
{
if ((server_cert) && (server_cert->cert) && (svr->created))