commit de82023427ecf9dbe755aa8d5085f2846de6f2c5 Author: Oswald Buddenhagen <o...@users.sf.net> Date: Sat Oct 4 17:30:15 2014 +0200
consider unexpected structure of NAMESPACE fatal src/drv_imap.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index 13e4f37..2b2e26c 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -1781,8 +1781,10 @@ imap_open_store_namespace2( imap_store_t *ctx ) ctx->prefix = nsp_1st_ns->val; if (!ctx->delimiter) ctx->delimiter = nfstrdup( nsp_1st_dl->val ); + imap_open_store_finalize( ctx ); + } else { + imap_open_store_bail( ctx ); } - imap_open_store_finalize( ctx ); } static void ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel