| 628 |
if ((pp = cf_popen("/sbin/ifconfig -a", "r", true)) == NULL) |
628 |
if ((pp = cf_popen("/sbin/ifconfig -a", "r", true)) == NULL || (pp = cf_popen("/bin/ifconfig -a", "r", true)) == NULL) |
| 630 |
Log(LOG_LEVEL_VERBOSE, "Could not find interface info"); |
630 |
Log(LOG_LEVEL_VERBOSE, "Could not find interface info"); |