1
0
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:
Herb Lewis
-
parent 61bea183a2
commit ae25e7746e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)