summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
authorTomas Korbar <tkorbar@redhat.com>2020-09-16 14:05:05 +0200
committerdormando <dormando@rydia.net>2020-10-26 16:43:03 -0700
commit8335dd84ca85651115d518d7e3d963de9d82e22f (patch)
tree3664bbce88218691322b6e828bbf37a42a8b1eb9 /authfile.h
parentb031143f8ab61296ddbf6c4470c5dcdbf7ae588b (diff)
downloadmemcached-8335dd84ca85651115d518d7e3d963de9d82e22f.tar.gz
Improve opening of authentication file1.6.8
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfile.h b/authfile.h
index d68c494..1ecc1e9 100644
--- a/authfile.h
+++ b/authfile.h
@@ -3,8 +3,8 @@
enum authfile_ret {
AUTHFILE_OK = 0,
- AUTHFILE_MISSING,
AUTHFILE_OOM,
+ AUTHFILE_STATFAIL, // not likely, but just to be sure
AUTHFILE_OPENFAIL,
AUTHFILE_MALFORMED,
};