diff options
| author | Sam Varshavchik | 2020-05-18 21:33:07 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2020-05-18 21:33:07 -0400 |
| commit | 1254414ce5fa07c5c8e2e51c547ee8646fc31879 (patch) | |
| tree | 8812e97c2a794013d7d95f4abc48bf2dfcfd3679 /imap/authenticate_auth.c | |
| parent | 6656d3269c04def99f91555310a318d2b8a29629 (diff) | |
| download | courier-libs-1254414ce5fa07c5c8e2e51c547ee8646fc31879.tar.bz2 | |
courier-authlib update.
Diffstat (limited to 'imap/authenticate_auth.c')
| -rw-r--r-- | imap/authenticate_auth.c | 3 |
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); |
