Blame SOURCES/0057-Improve-error-message-when-max-number-of-bind-attemp.patch

ab00cd
From 380e40930661d643c865bace4e1791ca8f9d74cf Mon Sep 17 00:00:00 2001
ab00cd
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
ab00cd
Date: Mon, 18 Jun 2018 14:01:46 +0200
ab00cd
Subject: [PATCH 57/59] Improve error message when max number of bind attempts
ab00cd
 is exceeded
ab00cd
ab00cd
Resolves: rhbz#1318198
ab00cd
---
ab00cd
 privops.c | 2 +-
ab00cd
 1 file changed, 1 insertion(+), 1 deletion(-)
ab00cd
ab00cd
diff --git a/privops.c b/privops.c
ab00cd
index e577a27..010d28d 100644
ab00cd
--- a/privops.c
ab00cd
+++ b/privops.c
ab00cd
@@ -183,7 +183,7 @@ vsf_privop_pasv_listen(struct vsf_session* p_sess)
ab00cd
   }
ab00cd
   if (!bind_retries)
ab00cd
   {
ab00cd
-    die("vsf_sysutil_bind");
ab00cd
+    die("vsf_sysutil_bind, maximum number of attempts to find a listening port exceeded");
ab00cd
   }
ab00cd
   return the_port;
ab00cd
 }
ab00cd
-- 
ab00cd
2.14.4
ab00cd