dect
/
asterisk
Archived
13
0
Fork 0

Fix ast_safe_system

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3263 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-06-21 19:12:20 +00:00
parent d97e97521f
commit 74f0a8da01
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ int ast_safe_system(const char *s)
res = WEXITSTATUS(status);
else
res = -1;
break;
} else {
if (errno != EINTR)
break;