~ubuntu-branches/ubuntu/raring/libnice/raring

« back to all changes in this revision

Viewing changes to agent/interfaces.c

  • Committer: robert.ancell at canonical
  • Date: 2011-02-07 04:17:01 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: robert.ancell@canonical.com-20110207041701-psaqkjc1v3it3ttk
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
  /* Loop through the interface list and get the IP address of each IF */
181
181
  for (ifa = results; ifa; ifa = ifa->ifa_next) {
182
182
    char addr_as_string[INET6_ADDRSTRLEN+1];
183
 
    int ret;
184
183
 
185
184
    /* no ip address from interface that is down */
186
185
    if ((ifa->ifa_flags & IFF_UP) == 0)