Updated execute
This commit is contained in:
parent
71b996f68e
commit
34c153c3fa
@ -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;
|
||||
|
Reference in New Issue
Block a user