commit 1039ee25f7e19525883412d64dccaccae1100f52
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun May 14 09:37:37 2017 +0200

    fix build without BDB
    
    amends 83ebe902.
    
    REFMAIL: cahyo48z0dcofpc8rcnal38oxvqtznkifvd-nef3sp1efr-g...@mail.gmail.com

 src/drv_maildir.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/drv_maildir.c b/src/drv_maildir.c
index ff36163..673df88 100644
--- a/src/drv_maildir.c
+++ b/src/drv_maildir.c
@@ -1788,9 +1788,7 @@ static void
 maildir_close_box( store_t *gctx,
                    void (*cb)( int sts, void *aux ), void *aux )
 {
-#ifdef USE_DB
        maildir_store_t *ctx = (maildir_store_t *)gctx;
-#endif /* USE_DB */
        message_t *msg;
        int basel, retry, ret;
        char buf[_POSIX_PATH_MAX];

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to