summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squark-auth-ip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/squark-auth-ip.c b/squark-auth-ip.c
index 4f914ae..3cdea0b 100644
--- a/squark-auth-ip.c
+++ b/squark-auth-ip.c
@@ -194,6 +194,10 @@ int main(int argc, char **argv)
blob_push_ctime(&b, entry.last_activity_time));
DUMPPAR(&b, "override_time",
blob_push_ctime(&b, entry.override_time));
+ DUMPPAR(&b, "block_categories",
+ blob_push_hexdump(&b, BLOB_BUF(&entry.p.block_categories)));
+ DUMPPAR(&b, "hard_block_categories",
+ blob_push_hexdump(&b, BLOB_BUF(&entry.p.hard_block_categories)));
blob_push(&b, BLOB_STR("\n"));
b = blob_pushed(BLOB_BUF(buf), b);
fwrite(b.ptr, b.len, 1, stdout);