From 3cbcc1119575f4eccad9747a86b5f1ed0cf24854 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 24 Feb 2014 00:06:19 +0100 Subject: [PATCH] commio: Add error string for SSL trouble. --- libratbox/src/commio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libratbox/src/commio.c b/libratbox/src/commio.c index 92e9d387..4d24f018 100644 --- a/libratbox/src/commio.c +++ b/libratbox/src/commio.c @@ -59,7 +59,8 @@ static struct ev_entry *rb_timeout_ev; static const char *rb_err_str[] = { "Comm OK", "Error during bind()", "Error during DNS lookup", "connect timeout", "Error during connect()", - "Comm Error" + "Comm Error", + "Error with SSL" }; /* Highest FD and number of open FDs .. */