Navigation


Changeset 910:8500947421cb in freeDiameter for libfdproto


Ignore:
Timestamp:
Jan 20, 2013, 1:12:25 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
911:c9f86e8c45fe, 941:64088de91f7f
Phase:
public
Message:

Fix bug in fd_dict_search for rules. Thank you Thomas for bug & fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/dictionary.c

    r907 r910  
    643643}
    644644
    645 /* For search of AVP name in rule lists. */
     645/* For search of AVP name in rule lists -- the list is not ordered by AVP names! */
    646646#define SEARCH_ruleavpname( str, strlen, sentinel ) {                           \
    647647        char * __str = (char *) (str);                                          \
     
    659659                        goto end;                                               \
    660660                }                                                               \
    661                 if (__cmp < 0)                                                  \
    662                         break;                                                  \
    663661        }                                                                       \
    664662        if (result)                                                             \
Note: See TracChangeset for help on using the changeset viewer.