Re: SASL unnecessary warning in case of client success without data

2019-02-05 Thread Oswald Buddenhagen
thanks, pushed to 1.3. On Mon, Feb 04, 2019 at 09:19:11PM +0100, Gergely Risko wrote: > Hey, > > Of course there was a mistake in it :( > > diff --git a/src/drv_imap.c b/src/drv_imap.c > index 58fc9d3..991ca1f 100644 > --- a/src/drv_imap.c > +++ b/src/drv_imap.c > @@ -2079,7 +2079,7 @@ done_sasl

Re: SASL unnecessary warning in case of client success without data

2019-02-04 Thread Gergely Risko
Hey, Of course there was a mistake in it :( diff --git a/src/drv_imap.c b/src/drv_imap.c index 58fc9d3..991ca1f 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -2079,7 +2079,7 @@ done_sasl_auth( imap_store_t *ctx, imap_cmd_t *cmd ATTR_UNUSED, int response ) int rc = sasl_clie