Navigation



Ignore:
Timestamp:
Mar 2, 2011, 6:21:59 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix broken 'almostcasecmp' logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_redirect/redir_fwd.c

    r717 r738  
    150150                                                for (li = task.rh.next; li != &task.rh; li = li->next) {
    151151                                                        struct redir_host * nhost = li->o;
    152                                                         if ( fd_os_almostcasecmp(id, len, nhost->id, nhost->len) <= 0 )
     152                                                        if ( fd_os_cmp(id, len, nhost->id, nhost->len) <= 0 )
    153153                                                                break;
    154154                                                }
Note: See TracChangeset for help on using the changeset viewer.