mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
oops
This commit is contained in:
@@ -1112,9 +1112,10 @@ int main(int argc, char **argv)
|
||||
*/
|
||||
|
||||
if (luascript) {
|
||||
if ((udata.luadata = hooks_init(ud, luascript)) == NULL)
|
||||
if ((udata.luadata = hooks_init(ud, luascript)) == NULL) {
|
||||
olog(LOG_ERR, "Stopping because Lua load failed");
|
||||
exit(1);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user