summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-03-27 22:07:14 +0000
committerRoy Marples <roy@marples.name>2020-03-27 22:07:14 +0000
commit8fe44420d29a99433d9541df152ec087f1670f36 (patch)
tree816db4be3bcf2177ff9f4c55c86f021b9495423a /src/dhcpcd.c
parent8b4fc2133e4e85339977fb4955a399e79963d33d (diff)
downloaddhcpcd-8fe44420d29a99433d9541df152ec087f1670f36.tar.xz
dumplease: Separate ifaces
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index d70ff37b..de72d954 100644
--- a/src/dhcpcd.c
+++ b/src/dhcpcd.c
@@ -1691,6 +1691,8 @@ again3:
dp++;
}
fflush(stdout);
+ if (nifaces != 1)
+ putchar('\n');
}
out: