Normalize port naming (tids_, trps_, and mons_port) and use signed int
[trust_router.git] / tid / tid_req.c
index 002b720..1bfce70 100644 (file)
@@ -253,7 +253,7 @@ void tid_req_free(TID_REQ *req)
 }
 
 int tid_req_add_path(TID_REQ *req,
-                    const char *this_system, unsigned port)
+                     const char *this_system, int port)
 {
   char *path_element = talloc_asprintf(req, "%s:%u",
                                       this_system, port);