mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3: in sys_popen(), fix a debug message
This commit is contained in:
parent
b1966f3118
commit
e7d385c366
@ -1216,7 +1216,7 @@ int sys_popen(const char *command)
|
||||
|
||||
ret = execv(argl[0], argl);
|
||||
if (ret == -1) {
|
||||
DEBUG(0, ("sys_popen: ERROR executing dfree command "
|
||||
DEBUG(0, ("sys_popen: ERROR executing command "
|
||||
"'%s': %s\n", command, strerror(errno)));
|
||||
}
|
||||
_exit (127);
|
||||
|
Loading…
x
Reference in New Issue
Block a user