# HG changeset patch # User Sebastien Decugis # Date 1278320035 -32400 # Node ID 535b516d875d2bb98031f4277f317ef2eff9c8ca # Parent 7f042dc6c6e98e2913f1db7cde7fa6440613e125 Fix broken function diff -r 7f042dc6c6e9 -r 535b516d875d freeDiameter/endpoints.c --- a/freeDiameter/endpoints.c Mon Jul 05 17:42:12 2010 +0900 +++ b/freeDiameter/endpoints.c Mon Jul 05 17:53:55 2010 +0900 @@ -246,7 +246,7 @@ /* initialize. Both lists are ordered */ li_out = list->next; - li_ex = exclude_list; + li_ex = exclude_list->next; if (TRACE_BOOL(ANNOYING + 1)) { TRACE_DEBUG(ANNOYING, " DEBUG:fd_ep_filter_list Filter this list ");