commit | 49c13dd6bcb87aa172beea2ea01ff37ca9055e0b | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 05 09:23:13 2018 -0500 |
committer | Nicolas Iooss <nicolas.iooss@m4x.org> | Fri Nov 23 21:38:44 2018 +0100 |
tree | f1cdd93aad75a6d2b219040c63827097188e9312 | |
parent | 3b0dbede9c647d3393d1a362bdce21bbea3ebac4 [diff] |
libsepol: ibpkeys.c: fix printf format string specifiers for subnet_prefix Use PRIx64 to print the subnet_prefix (which is a uint64_t) instead of lx. Fixes #108 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>