Updated execute

This commit is contained in:
Michiel Broek 2004-03-16 19:41:14 +00:00
parent e49bc3165c
commit 4bcd02a4d5

View File

@ -156,7 +156,7 @@ int execute(char **args, char *in, char *out, char *err)
#ifdef __linux__ #ifdef __linux__
sync(); sync();
#endif #endif
msleep(300); // msleep(300);
return rc; return rc;
} }
@ -308,7 +308,7 @@ int execsh(char *cmd, char *in, char *out, char *err)
#ifdef __linux__ #ifdef __linux__
sync(); sync();
#endif #endif
msleep(300); // msleep(300);
return rc; return rc;
} }