summaryrefslogtreecommitdiff
path: root/src/util/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/shell.c')
-rw-r--r--src/util/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/shell.c b/src/util/shell.c
index dfd14cf..9a7084d 100644
--- a/src/util/shell.c
+++ b/src/util/shell.c
@@ -303,5 +303,6 @@ int shell_main(struct lgsm_handle *lgsmh)
printf("Unknown command `%s'\n", buf);
}
}
+ fflush(stdout);
}
}
personal git repositories of Harald Welte. Your mileage may vary