Skip to content
Snippets Groups Projects
Commit aa631047 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix ast_safe_system

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2efcb2e3
Branches
Tags
No related merge requests found
......@@ -185,6 +185,7 @@ int ast_safe_system(const char *s)
res = WEXITSTATUS(status);
else
res = -1;
break;
} else {
if (errno != EINTR)
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment