summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r--usr.sbin/mountd/mountd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index 553fbb6..2ca85f4 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -2040,6 +2040,10 @@ get_line()
cp--;
len--;
}
+ if (cont_line) {
+ *++cp = ' ';
+ len++;
+ }
*++cp = '\0';
if (len > 0) {
totlen += len;
OpenPOWER on IntegriCloud