summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sid.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-08-15 02:28:13 +0000
committerHerb Lewis <herb@samba.org>2003-08-15 02:28:13 +0000
commitae25e7746e87409aae554d390753c7a3e3717052 (patch)
tree897573dc493c175ce88f5fd84da45ccb64aa9469 /source/lib/util_sid.c
parent61bea183a229cc11f25c4a7cb5341faad9833d7b (diff)
downloadsamba-ae25e7746e87409aae554d390753c7a3e3717052.tar.gz
samba-ae25e7746e87409aae554d390753c7a3e3717052.tar.xz
samba-ae25e7746e87409aae554d390753c7a3e3717052.zip
get rid of compiler warnings
Diffstat (limited to 'source/lib/util_sid.c')
-rw-r--r--source/lib/util_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_sid.c b/source/lib/util_sid.c
index 00f14d7d26b..fbb393770d5 100644
--- a/source/lib/util_sid.c
+++ b/source/lib/util_sid.c
@@ -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)