On Fri, Nov 20, 2009 at 1:05 PM, Colin <colin....@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@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>

_______________________________________________
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to