]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: remove #define default_cache_key cache_key
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Fri, 12 Aug 2016 21:20:43 +0000 (00:20 +0300)
committerGitLab <gitlab@git.dovecot.net>
Sat, 13 Aug 2016 10:51:57 +0000 (13:51 +0300)
src/auth/passdb.h
src/auth/userdb.h

index 922ec00912f008ee3c88d22a36a72b98db1dc447..42ad2840c7c6650a46a709afe69c4797cdb9f9c5 100644 (file)
@@ -57,10 +57,9 @@ struct passdb_module {
        const char *args;
        /* The default caching key for this module, or NULL if caching isn't
           wanted. This is updated by settings in auth_passdb. */
-#define default_cache_key cache_key /* FIXME: remove in v2.3 - for API backwards compatibility */
        const char *default_cache_key;
        /* Default password scheme for this module.
-          If cache_key is set, must not be NULL. */
+          If default_cache_key is set, must not be NULL. */
        const char *default_pass_scheme;
        /* If blocking is set to TRUE, use child processes to access
           this passdb. */
index ac527011e8786b274881cf5b11746ac496ca631a..1023fbed247971f5d1bc2fc9dfd94542acf7d809 100644 (file)
@@ -24,7 +24,6 @@ struct userdb_module {
        const char *args;
        /* The default caching key for this module, or NULL if caching isn't
           wanted. This is updated by settings in auth_userdb. */
-#define default_cache_key cache_key /* FIXME: remove in v2.3 - for API backwards compatibility */
        const char *default_cache_key;
 
        /* If blocking is set to TRUE, use child processes to access