]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Flock minor fixes
authorMaria Matejka <mq@ucw.cz>
Tue, 1 Oct 2024 07:45:49 +0000 (09:45 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 23 Feb 2025 18:07:35 +0000 (19:07 +0100)
flock/container.c

index 53847093fb227f98adee6057502b08a46ddb6e65..9e8aaa2deea2c95245c892cce8383cdcd67e0a10 100644 (file)
@@ -445,9 +445,9 @@ container_mainloop(int fd)
 
            /* Exec the telnet */
 
-           e = execl("/usr/bin/strace", "strace", "-o", "/xxx", "-ff", "telnetd", "-E", "/bin/bash", NULL);
+//         e = execl("/usr/bin/strace", "strace", "-o", "/xxx", "-ff", "telnetd", "-E", "/bin/bash", NULL);
            e = execl("/usr/sbin/telnetd", "telnetd", "-E", "/bin/bash", NULL);
-           log(L_ERR "failed to execl: %m");
+           log(L_ERR "failed to execl telnet: %m");
            exit(42);
          }
          close(sfd);