NPE? FML.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6493 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -131,7 +131,7 @@ public class PresentsSession
|
|||||||
*/
|
*/
|
||||||
public byte[] getSecret ()
|
public byte[] getSecret ()
|
||||||
{
|
{
|
||||||
return _areq.getSecret();
|
return (_areq == null) ? null : _areq.getSecret();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user