mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53:24 +00:00
Small fixes with tests, logs, comments, and doc
This commit is contained in:
parent
9269897bab
commit
436d764029
6 changed files with 36 additions and 31 deletions
|
@ -81,7 +81,7 @@ static int xioopen_shell(
|
|||
Setenv("SHELL", shellpath, 1);
|
||||
|
||||
Info1("executing shell command \"%s\"", string);
|
||||
Debug3("execl(\"%s\", \"%s\", \"-c\", \"%s\", NULL",
|
||||
Debug3("execl(\"%s\", \"%s\", \"-c\", \"%s\", NULL)",
|
||||
shellpath, shellname, string);
|
||||
result = execl(shellpath, shellname, "-c", string, (char *)NULL);
|
||||
if (result != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue