Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/networking/dnsd.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/dnsd.c

    r3232 r3621  
    195195        /* we assume (do not check) that query_string
    196196         * ends in ".in-addr.arpa" */
    197          && strncmp(d->rip, query_string, strlen(d->rip)) == 0
     197         && is_prefixed_with(query_string, d->rip)
    198198        ) {
    199199#if DEBUG
Note: See TracChangeset for help on using the changeset viewer.