Hallo, Is this an error:
if (messenger->flags | PN_FLAGS_CHECK_ROUTES) {
. . . .
}
(line 1498 in messenger.c)?
Shouldn't it be:
if (messenger->flags & PN_FLAGS_CHECK_ROUTES) {
Or do I miss sthing?
Best regards,
--
\ / | |
(OvO) | Mikhail Iwanow |
(^^^) | Voice: +7 (911) 223-1300 |
\^/ | E-mail: [email protected] |
^ ^ | |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
