You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Chuck Rolke <cr...@redhat.com> on 2010/10/23 02:46:02 UTC

Re: r1026227 - Broker reports SASL version - breaks Windows build

On a Windows box broker.cpp can't include sasl/sasl.h because it doesn't exist. On the Windows side Sasl is present only as a handler to reject anything but Plain or Anonymous

I suggest that the broker.cpp changes get rewritten to use platform-dependant saslFactory calls. Then the linux variant could return real versions while windows returns zeros or something.

-Chuck

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org