summaryrefslogtreecommitdiffstats
path: root/imap/auth.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-01 08:23:48 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-01 08:23:48 +0000
commit84a58ef875c32d2ae098db8df66dba5c2edfab39 (patch)
tree97c08a246514aa92b5c249c633903364cb55369f /imap/auth.c
parent26f26c658bfa80088908ee6cdd67f54888b246d2 (diff)
Brendan's latest patches.
Diffstat (limited to 'imap/auth.c')
-rw-r--r--imap/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/auth.c b/imap/auth.c
index 26f2feff..fa485bfe 100644
--- a/imap/auth.c
+++ b/imap/auth.c
@@ -25,9 +25,10 @@
#include "auth.h"
static imap_auth_t imap_authenticators[] = {
- imap_auth_anon,
#ifdef USE_SASL
imap_auth_sasl,
+#else
+ imap_auth_anon,
#endif
#ifdef USE_GSS
imap_auth_gss,