[Pacemaker] Remote Access not Working
Andrew Beekhof
andrew at beekhof.net
Fri Nov 20 12:23:50 UTC 2009
On Fri, Nov 20, 2009 at 1:05 PM, Colin <colin.hch at gmail.com> wrote:
> PS: I believe this CRM_ASSERT() in lib/common/remote.c can never trigger.
Its designed to detect if somehow we asked for an encrypted message
when Pacemaker wasn;t built with gnutls.
Its a sanity check, its not supposed to go off.
>
> if(encrypted) {
> #ifdef HAVE_GNUTLS_GNUTLS_H
> reply = cib_recv_tls(session);
> #else
> CRM_ASSERT(encrypted == FALSE);
> #endif
> } else {
>
> _______________________________________________
> Pacemaker mailing list
> Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
More information about the Pacemaker
mailing list