Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / trp / test / ptbl_test.c
index 5853895..05c3997 100644 (file)
@@ -48,7 +48,7 @@
 struct peer_entry {
   char *server;
   char *gss_name;
-  unsigned int port;
+  int port;
   unsigned int linkcost;
 };