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

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