]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Removed assert, which triggers if anvil connect fails.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Jun 2016 09:10:29 +0000 (12:10 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Jun 2016 09:11:33 +0000 (12:11 +0300)
src/lmtp/commands.c

index fcc3633b8b1eb88b25370a75d34e63ec53f76a4c..480c28dc43d09366855bd6c05d137b9d16d5a359 100644 (file)
@@ -602,8 +602,6 @@ static void rcpt_anvil_lookup_callback(const char *reply, void *context)
        const struct mail_storage_service_input *input;
        unsigned int parallel_count = 0;
 
-       i_assert(rcpt->anvil_query != NULL);
-
        rcpt->anvil_query = NULL;
        if (reply == NULL) {
                /* lookup failed */