bsdinstall: add missing init of fd variable

Missed breaking this commit into smaller pieces

Approved by:		kp
This commit is contained in:
Brad Davis 2022-05-13 09:06:02 -06:00
parent 964ad27f1e
commit 2c4499dcd7

View File

@ -105,7 +105,7 @@ boot_disk_select(struct gmesh *mesh)
const char *type, *desc;
char diskdesc[512];
char *chosen;
int i, button, selected, n = 0;
int i, button, fd, selected, n = 0;
struct bsddialog_conf conf;
bsddialog_initconf(&conf);