Blame SOURCES/amanda-3.3.3-non-blocking-connection.patch

f09cb9
diff -Nurp old/common-src/bsdtcp-security.c new/common-src/bsdtcp-security.c
f09cb9
--- old/common-src/bsdtcp-security.c	2013-01-10 13:54:54.000000000 +0100
f09cb9
+++ new/common-src/bsdtcp-security.c	2017-01-23 15:21:20.168162397 +0100
f09cb9
@@ -268,7 +268,7 @@ runbsdtcp(
f09cb9
 				     STREAM_BUFSIZE,
f09cb9
 				     STREAM_BUFSIZE,
f09cb9
 				     &my_port,
f09cb9
-				     0);
f09cb9
+				     1);
f09cb9
     set_root_privs(0);
f09cb9
 
f09cb9
     if(server_socket < 0) {