This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 04b8c5acd6 Change unable to bind or listen to a fatal error (#10549)
04b8c5acd6 is described below

commit 04b8c5acd6fb1ac34a2e076bcd98667bc8f2af16
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Oct 3 06:27:46 2023 -0700

    Change unable to bind or listen to a fatal error (#10549)
---
 iocore/net/Connection.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/Connection.cc b/iocore/net/Connection.cc
index 671e155f2f..60d47a785d 100644
--- a/iocore/net/Connection.cc
+++ b/iocore/net/Connection.cc
@@ -388,6 +388,6 @@ Lerror:
     fd = NO_FD;
   }
 
-  Error("Could not bind or listen to port %d (error: %d)", 
ats_ip_port_host_order(&addr), res);
+  Fatal("Could not bind or listen to port %d (error: %d)", 
ats_ip_port_host_order(&addr), res);
   return res;
 }

Reply via email to