dbmail-3.2.0 double lock?

Sergej Pupykin <[email protected]> Tue, 02 Sep 2014 21:07:50 +0400
Newsgroups gmane.mail.imap.dbmail.devel
Message-ID <87r3zuj6hl.wl%[email protected]>
Hi,

ci_read_cb() calls client->cb_error() under PLOCK(client->lock).

cb_error == client_error_cb, which also calls client->PLOCK(client->lock).

Can it hangs here in case of error?