Fixed compiler warning

SVN revision: 2084
This commit is contained in:
2008-04-03 07:02:41 +00:00
parent 1b9a09b2f8
commit 6b9d7b3471
+3
View File
@@ -593,6 +593,9 @@ INT submit_elog(char *host, int port, int ssl, char *subdir, char *experiment,
if (SSL_connect(ssl_con) <= 0)
return -1;
}
#else
if (ssl)
ssl = 0;
#endif
/* get local host name */