mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r11626: Fix unhandled enum in case statement warnings by noting appropriately
that some values aren't handled. The remaining warnings I think are actual bugs or required functionality that is missing (mostly lack of server side Unix extensions).
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
12c77bb2e1
commit
03c7da27a0
@@ -1817,6 +1817,9 @@ static int cmd_fsinfo(const char **cmd_ptr)
|
||||
(unsigned long long) fsinfo.objectid_information.out.unknown[5],
|
||||
(unsigned long long) fsinfo.objectid_information.out.unknown[6] );
|
||||
break;
|
||||
case RAW_QFS_GENERIC:
|
||||
d_printf("\twrong level returned\n");
|
||||
break;
|
||||
}
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user