commit | d9cee0a58c679f919a28dc9bc2503e0c6885a25f | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Thu Oct 27 22:51:30 2016 -0700 |
committer | George Burgess IV <gbiv@google.com> | Thu Oct 27 22:58:58 2016 -0700 |
tree | d6a7d640ceb33b4269cb78c1afcbb5caed9328b5 | |
parent | ecc7336e5cdbb55face110306b726b3c6514bd81 [diff] |
Fix broken asserts. When NDEBUG is forcibly undef'ed, these asserts wouldn't compile: - p_info->fdCommand and p_info->fdListen are ints, not pointers. - sapSocket->commandFd and sapSocket->listenFd are protected; you need to use their accessors. This patch makes the asserts compile. Bug: None. Test: Building with NDEBUG undef'ed now succeeds. Change-Id: I51418c955994541ba503e1ca6f601dce87e40b55