diff options
| author | Roy Marples <roy@marples.name> | 2009-02-24 13:26:28 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-24 13:26:28 +0000 |
| commit | 3ec40a384b1c27d9aa008de0ebedb36b33b4442e (patch) | |
| tree | 131bf876510c4f5034bf6b5d43f047f2b33c1e78 | |
| parent | 82ba93a1de061e9eb577907cf102628a45de51e8 (diff) | |
| download | dhcpcd-3ec40a384b1c27d9aa008de0ebedb36b33b4442e.tar.xz | |
Fix starting all ifaces.
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1495,7 +1495,7 @@ main(int argc, char **argv) for (iface = ifaces; iface; iface = iface->next) *ifp++ = iface; ifp = ifs; - while (--len != 0) + while (len-- != 0) start_interface(*ifp++); free(ifs); } |
