summaryrefslogtreecommitdiffstats
path: root/imap/authenticate_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/authenticate_auth.c')
-rw-r--r--imap/authenticate_auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/authenticate_auth.c b/imap/authenticate_auth.c
index 04b03ac..60334e9 100644
--- a/imap/authenticate_auth.c
+++ b/imap/authenticate_auth.c
@@ -136,7 +136,8 @@ int rc;
if (!p || !*p)
p="imap";
- rc=auth_generic(p, authtype, authdata, login_callback, (void *)tag);
+ rc=auth_generic_meta(NULL, p, authtype, authdata,
+ login_callback, (void *)tag);
free(authtype);
free(authdata);
return (rc);