Fix compiler warnings using gcc 4.6.

This commit is contained in:
Jan Vidar Krey
2011-11-28 16:30:35 +01:00
parent 3b4a199673
commit bad4512a37
7 changed files with 44 additions and 34 deletions

View File

@@ -70,7 +70,6 @@ static int handle_openssl_error(struct net_connection* con, int ret)
con->ssl_state = tls_st_error;
return -1;
}
return -1;
}