diff options
| author | Roy Marples <roy@marples.name> | 2020-03-27 22:07:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-03-27 22:07:14 +0000 |
| commit | 8fe44420d29a99433d9541df152ec087f1670f36 (patch) | |
| tree | 816db4be3bcf2177ff9f4c55c86f021b9495423a /src/dhcpcd.c | |
| parent | 8b4fc2133e4e85339977fb4955a399e79963d33d (diff) | |
| download | dhcpcd-8fe44420d29a99433d9541df152ec087f1670f36.tar.xz | |
dumplease: Separate ifaces
Diffstat (limited to 'src/dhcpcd.c')
| -rw-r--r-- | src/dhcpcd.c | 2 |
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: |
