X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tid%2Ftid_req.c;h=1bfce701cb30c01956ffe75bcadf04ab20b13240;hb=b5117dd88f660ee157de3cf96f8fb6d952ac342a;hp=002b7208a8ad6c8770f9f38bc6a61b9e80a8a590;hpb=95a810bac93cd2745552abcc09aea31a40c0c6bc;p=trust_router.git diff --git a/tid/tid_req.c b/tid/tid_req.c index 002b720..1bfce70 100644 --- a/tid/tid_req.c +++ b/tid/tid_req.c @@ -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);