Navigation


Changeset 927:8bb4d749ed37 in freeDiameter


Ignore:
Timestamp:
Mar 3, 2013, 12:25:39 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix for ticket #43: PPP interface have no address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r896 r927  
    561561                        continue;
    562562               
     563                if (cur->ifa_addr == NULL) /* may happen with ppp interfaces */
     564                        continue;
     565               
    563566                if (fd_g_config->cnf_flags.no_ip4 && (cur->ifa_addr->sa_family == AF_INET))
    564567                        continue;
Note: See TracChangeset for help on using the changeset viewer.