mirror of https://gitee.com/bigwinds/arangodb
Fix a typo for Windows.
This commit is contained in:
parent
2044fc9c40
commit
63bcda3c78
|
@ -1036,7 +1036,7 @@ bool TRI_KillExternalProcess (TRI_external_id_t pid) {
|
|||
// Kill just in case:
|
||||
return (0 != kill(pid._pid, SIGTERM));
|
||||
#else
|
||||
return OurKillProcessPID(pid._pid);
|
||||
return ourKillProcessPID(pid._pid);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue