mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
get rid of compiler warnings
This commit is contained in:
@@ -93,7 +93,7 @@ static const struct {
|
||||
{SID_NAME_UNKNOWN, "UNKNOWN"},
|
||||
{SID_NAME_COMPUTER, "Computer"},
|
||||
|
||||
{0, NULL}
|
||||
{(enum SID_NAME_USE)0, NULL}
|
||||
};
|
||||
|
||||
const char *sid_type_lookup(uint32 sid_type)
|
||||
|
||||
Reference in New Issue
Block a user