Adrian Chadd
il y a 6 ans
committed by
GitHub
Parent
révision
e9eca011f8
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
src/conn.c
|
|
@@ -112,6 +112,7 @@ conn_init(Conn *conn) |
|
|
|
conn->sd = -1; |
|
|
|
conn->myport = -1; |
|
|
|
conn->line.iov_base = conn->line_buf; |
|
|
|
conn->fqdname_len = strcspn(conn->fqdname,"\r\n"); // Chomp since used in Host header record |
|
|
|
|
|
|
|
#ifdef HAVE_SSL |
|
|
|
if (param.use_ssl) { |
|
|
|