Module Name: src
Committed By: martin
Date: Tue Jan 3 16:16:15 UTC 2023
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
Clear the msg area after prompting for the network device to use
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/sysinst/net.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/net.c
diff -u src/usr.sbin/sysinst/net.c:1.43 src/usr.sbin/sysinst/net.c:1.44
--- src/usr.sbin/sysinst/net.c:1.43 Wed May 18 16:39:03 2022
+++ src/usr.sbin/sysinst/net.c Tue Jan 3 16:16:15 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: net.c,v 1.43 2022/05/18 16:39:03 martin Exp $ */
+/* $NetBSD: net.c,v 1.44 2023/01/03 16:16:15 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -594,6 +594,7 @@ again:
selected_net = -1;
msg_display(MSG_asknetdev);
process_menu(menu_no, &selected_net);
+ msg_clear();
if (selected_net == -1) {
free_menu(menu_no);