iprutils: "RAID level" box is empty when creating the array

When customers try to create the array, the box for displaying "create
RAID level" is empty. The patch fixes the issue.

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
Signed-off-by: Brian King <Brian King brking@linux.vnet.ibm.com>
This commit is contained in:
Wen Xiong 2015-03-11 19:15:27 -05:00 committed by Brian King
commit 02b52db0cb

View file

@ -10322,6 +10322,7 @@ int display_menu(ITEM **menu_item,
box1_win = newwin(menu_rows + 2, menu_cols + 2, menu_start_row - 1, 54);
field_win = newwin(menu_rows, menu_cols, menu_start_row, 55);
set_menu_win(menu, field_win);
set_menu_sub(menu, derwin(field_win, menu_rows, menu_cols, 0, 0));
post_menu(menu);
box(box1_win,ACS_VLINE,ACS_HLINE);
if (use_box2) {