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

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


The following commit(s) were added to refs/heads/master by this push:
     new 741790f03 [port-mapping] Fix typo port_mapping.cpp.
741790f03 is described below

commit 741790f03f8a95b80b70f2785d93f6da2b7ae535
Author: Jason Zhou <jasonzhou...@gmail.com>
AuthorDate: Mon Jun 10 12:59:36 2024 -0400

    [port-mapping] Fix typo port_mapping.cpp.
    
    Review: https://reviews.apache.org/r/75042/
---
 src/slave/containerizer/mesos/isolators/network/port_mapping.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/slave/containerizer/mesos/isolators/network/port_mapping.cpp 
b/src/slave/containerizer/mesos/isolators/network/port_mapping.cpp
index c5e4e6d10..1fd2e226c 100644
--- a/src/slave/containerizer/mesos/isolators/network/port_mapping.cpp
+++ b/src/slave/containerizer/mesos/isolators/network/port_mapping.cpp
@@ -5194,7 +5194,7 @@ string PortMappingIsolatorProcess::scripts(Info* info)
          << " > /proc/sys/net/ipv4/ip_local_port_range\n";
 
   // Verify that the port range has been updated correctly
-  script << "cat /proc/sys/net/ipv4/ip_local_port_range\n"
+  script << "cat /proc/sys/net/ipv4/ip_local_port_range\n";
 
   // Allow eth0 and lo in the container to accept local packets. We
   // need this because we will set up filters to redirect packets from

Reply via email to