summaryrefslogtreecommitdiff
path: root/source4/include/credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/credentials.h')
-rw-r--r--source4/include/credentials.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/credentials.h b/source4/include/credentials.h
index d7bf8997eb..e7df58f217 100644
--- a/source4/include/credentials.h
+++ b/source4/include/credentials.h
@@ -23,7 +23,8 @@
/* In order of priority */
enum credentials_obtained {
- CRED_GUESSED = 0, /* Current value should be used, which was guessed */
+ CRED_UNINITIALISED = 0, /* We don't even have a guess yet */
+ CRED_GUESSED, /* Current value should be used, which was guessed */
CRED_CALLBACK, /* Callback should be used to obtain value */
CRED_SPECIFIED /* Was explicitly specified on the command-line */
};