NPE? FML.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6493 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2011-02-15 05:13:30 +00:00
parent 4a5fe35c2c
commit 7a77e9c9d0
@@ -131,7 +131,7 @@ public class PresentsSession
*/
public byte[] getSecret ()
{
return _areq.getSecret();
return (_areq == null) ? null : _areq.getSecret();
}
/**