mirror of
https://github.com/samba-team/samba.git
synced 2025-10-30 08:23:49 +03:00
r8200: - added stub functions for union pull/push
- kill the js interpreter with an exception on internal errors
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
67aa628413
commit
5f062d7148
@@ -157,6 +157,9 @@ done:
|
||||
talloc_free(ptr);
|
||||
done:
|
||||
ejsSetReturnValue(eid, mprNTSTATUS(status));
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_INTERNAL_ERROR)) {
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user