Normalize port naming (tids_, trps_, and mons_port) and use signed int
[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;
 };