Am 24.10.2013 17:13, schrieb Paul J Stevens:
> On 24-10-13 16:55, Reindl Harald wrote:
>> http://git.dbmail.eu/paul/dbmail/commit/?id=1738c8c66d87c912ba7f9b239df564f66fac377c
>>
>> - SESSION_LOCK(session->lock);
>> + PLOCK(session->lock);
>> current = session->state;
>> - SESSION_UNLOCK(session->lock);
>> + PUNLOCK(session->lock);
>>
>> as far as i can see that one is missing in 3.1 tree
>> http://git.dbmail.eu/paul/dbmail/log/?h=dbmail_3_1
>> backported: "IMAP: reset login timeout after pre-auth starttls"
> 
> So?
> 
> They're identical

yes they are in case of "IMAP: reset login timeout after pre-auth starttls"

*but* HEAD has
7 days  IMAP: fix typo
7 days  IMAP: reset login timeout after pre-auth starttls

and 3.1 is missing "fix typo" and stil contains "SESSION_LOCK(session->lock)"
and "SESSION_UNLOCK(session->lock)" which was replaced in HEAd with
"PLOCK(session->lock)" and "PUNLOCK(session->lock)"


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to