X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=tid%2Ftid_req.c;h=1bfce701cb30c01956ffe75bcadf04ab20b13240;hp=002b7208a8ad6c8770f9f38bc6a61b9e80a8a590;hb=fe3b5cb31ab0d19c2ead6465f82ceb749bf05b75;hpb=887460bd1bab873bb5c3d783f61bd5745ada3cb2 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);