X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=tr%2Ftr_main.c;h=73c429e58dafeedfc4e1e103d5c82ae9f7bd63eb;hp=ba738c7a5eeac956bca4749f66141627d3b26934;hb=HEAD;hpb=b9adb7a0845273cab35025a347c7213553aa154a diff --git a/tr/tr_main.c b/tr/tr_main.c index ba738c7..73c429e 100644 --- a/tr/tr_main.c +++ b/tr/tr_main.c @@ -310,6 +310,9 @@ int main(int argc, char *argv[]) return 1; } + /* tell the trps which port the tid server listens on */ + tr->trps->tids_port = tr->tids->tids_port; + /* install TRP handler events */ tr_debug("Initializing Dynamic Trust Router Protocol events."); if (TRP_SUCCESS != tr_trps_event_init(ev_base, tr)) {