1
0
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:
Andrew Tridgell
2005-07-07 08:32:35 +00:00
committed by Gerald (Jerry) Carter
parent 67aa628413
commit 5f062d7148
2 changed files with 34 additions and 6 deletions

View File

@@ -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;
}