1
0
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:
Michael Adam 2012-09-04 14:21:37 +02:00
parent b1966f3118
commit e7d385c366

View File

@ -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);