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:
Mike Thomas
2008-05-28 02:15:36 +00:00
parent 22e7ba9a1a
commit 83693608d8
@@ -51,7 +51,7 @@ public class InvocationException extends Exception
public static void requireAccess (ClientObject clobj, Permission perm)
throws InvocationException
{
requireAccess(clobj, perm);
requireAccess(clobj, perm, null);
}
/**