Disarm the stack overflow boobytrap.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5138 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -51,7 +51,7 @@ public class InvocationException extends Exception
|
|||||||
public static void requireAccess (ClientObject clobj, Permission perm)
|
public static void requireAccess (ClientObject clobj, Permission perm)
|
||||||
throws InvocationException
|
throws InvocationException
|
||||||
{
|
{
|
||||||
requireAccess(clobj, perm);
|
requireAccess(clobj, perm, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user