summaryrefslogtreecommitdiff
path: root/source3/lib/id_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/id_cache.h')
-rw-r--r--source3/lib/id_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/id_cache.h b/source3/lib/id_cache.h
index 9aa0e03586..208ce60e96 100644
--- a/source3/lib/id_cache.h
+++ b/source3/lib/id_cache.h
@@ -24,7 +24,7 @@ struct id_cache_ref {
struct dom_sid sid;
const char *name;
} id;
- enum {UID, GID, SID, NAME} type;
+ enum {UID, GID, SID, USERNAME} type;
};
bool id_cache_ref_parse(const char* str, struct id_cache_ref* id);