mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 06:51:54 +00:00
Flock minor fixes
This commit is contained in:
parent
e9a4a1510e
commit
41e2b8ac0c
@ -445,9 +445,9 @@ container_mainloop(int fd)
|
|||||||
|
|
||||||
/* Exec the telnet */
|
/* 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);
|
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);
|
exit(42);
|
||||||
}
|
}
|
||||||
close(sfd);
|
close(sfd);
|
||||||
|
Loading…
Reference in New Issue
Block a user