diff options
| author | Roy Marples <roy@marples.name> | 2008-11-05 14:36:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-05 14:36:23 +0000 |
| commit | 40494f78e8df7766703d0aa8cd08b2c7421544e4 (patch) | |
| tree | cc1ecb08f8da279d0f5a627918e5056b0ee40289 /if-linux.c | |
| parent | e1caa8dbade9d653dec2172b5c052f1dbeaebb22 (diff) | |
| download | dhcpcd-40494f78e8df7766703d0aa8cd08b2c7421544e4.tar.xz | |
Parens.
Diffstat (limited to 'if-linux.c')
| -rw-r--r-- | if-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ discover_interfaces(int argc, char * const *argv) struct interface *ifs = NULL, *ifp, *ifl; if ((f = fopen("/proc/net/dev", "r"))) { - while (p = get_line(f)) { + while ((p = get_line(f))) { if (++ln < 2) continue; n = strcspn(p, ": \t"); |
