Bugs item #1932404, was opened at 2008-04-02 15:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1932404&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: ver 1.3.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Carsten Bock (carstenbock) Assigned to: Nobody/Anonymous (nobody) Summary: append_branch should push path-vector into branch Initial Comment: Hi, is there any reason, why append_branch(called from the config) will not push the path-vector (msg->path_vec) into the branch? I have the following scenario: $rU = "alice"; lookup(); # Path vector is filled with info for alice append_branch(); $rU = "bob"; lookup(); # Path vector is filled with info for bob t_relay(); In this case, only the path-information for bob is used and the path information for alice is ignored. Attached patch will push the path-information into the branch. Carsten ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1932404&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
