Updated execute

This commit is contained in:
Michiel Broek 2004-01-21 21:40:08 +00:00
parent 71b996f68e
commit 34c153c3fa

View File

@ -138,12 +138,10 @@ int execute(char *cmd, char *file, char *pkt, char *in, char *out, char *err)
int rc;
#ifdef __linux__
Syslog('-', "sync()");
sync();
#endif
rc = _execute(cmd, file, pkt, in, out, err);
#ifdef __linux
Syslog('-', "sync()");
sync();
#endif
return rc;