Readd hive shutdown code from 1051 #1822

Fixes hive connection error when child 302 call fails.
This commit is contained in:
ebaydayz
2016-12-24 18:09:01 -05:00
parent d694130fdc
commit 7e341739ee
26 changed files with 52 additions and 26 deletions

View File

@@ -149,6 +149,7 @@ server_hiveReadWrite = {
_data = "HiveExt" callExtension _key;
//diag_log ("READ/WRITE: " +str(_data));
_resultArray = call compile str formatText["%1", _data];
if (isNil "_resultArray") then {_resultArray = "HIVE CONNECTION ERROR";};
_resultArray
};