Browse Source

Remove unused variable.

PHP-5.1
Joe Orton 22 years ago
parent
commit
ee39ec7d0a
  1. 1
      ext/openssl/xp_ssl.c

1
ext/openssl/xp_ssl.c

@ -501,7 +501,6 @@ static int php_openssl_sockop_set_option(php_stream *stream, int option, int val
switch (option) {
case PHP_STREAM_OPTION_CHECK_LIVENESS:
{
fd_set rfds;
struct timeval tv;
char buf;
int alive = 1;

Loading…
Cancel
Save