Fix several bugs preventing TID requests from functioning.
authorJennifer Richards <jennifer@painless-security.com>
Thu, 1 Sep 2016 15:39:10 +0000 (11:39 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 1 Sep 2016 15:39:10 +0000 (11:39 -0400)
commit0705cc5174a47715ade9e2b91b051d6c067f0bd5
tree22f29537b237844ca86b0bb59caf798d8024b8eb
parent2dbdd772466fcfb7e07c691ac871ad726cc995c9
Fix several bugs preventing TID requests from functioning.

 - Partial implementation of config file print for debug
 - Fix a few possibly unitialized values
 - Pass TRPS_INSTANCE to tids event for route lookups
 - Return 0 on success from tr_tids_req_handler()
 - Return null on no match from trp_rtable_get_selected_entry()
14 files changed:
common/tr_apc.c
common/tr_config.c
common/tr_idp.c
common/tr_msg.c
include/tr_apc.h
include/tr_idp.h
include/tr_tid.h
tid/tidc.c
tid/tids.c
tr/tr_main.c
tr/tr_tid.c
tr/tr_trp.c
trp/trp_rtable.c
trp/trps.c