0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-01 02:14:13 +01:00

commio: Add error string for SSL trouble.

This commit is contained in:
Jilles Tjoelker 2014-02-24 00:06:19 +01:00
parent a1f7ec5be0
commit 3cbcc11195

View file

@ -59,7 +59,8 @@ static struct ev_entry *rb_timeout_ev;
static const char *rb_err_str[] = { "Comm OK", "Error during bind()", static const char *rb_err_str[] = { "Comm OK", "Error during bind()",
"Error during DNS lookup", "connect timeout", "Error during DNS lookup", "connect timeout",
"Error during connect()", "Error during connect()",
"Comm Error" "Comm Error",
"Error with SSL"
}; };
/* Highest FD and number of open FDs .. */ /* Highest FD and number of open FDs .. */