[Spice-devel] [PATCH 6/7] Call correct SASL helper in reds_handle_auth_sasl_step
Marc-André Lureau
marcandre.lureau at gmail.com
Tue Mar 25 04:03:43 PDT 2014
indeed, ack
On Mon, Mar 17, 2014 at 2:20 PM, Christophe Fergeau <cfergeau at redhat.com>wrote:
> sasl_handle_auth_start() was called instead of reds_sasl_handle_auth_step()
> ---
> server/reds.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/reds.c b/server/reds.c
> index c1c0efc..fb2a19b 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -1901,7 +1901,7 @@ static void reds_handle_auth_sasl_step(void *opaque)
> RedLinkInfo *link = (RedLinkInfo *)opaque;
> RedsSaslError status;
>
> - status = reds_sasl_handle_auth_start(link->stream,
> reds_handle_auth_sasl_steplen, link);
> + status = reds_sasl_handle_auth_step(link->stream,
> reds_handle_auth_sasl_steplen, link);
> if (status == REDS_SASL_ERROR_OK) {
> reds_handle_link(link);
> } else if (status != REDS_SASL_ERROR_CONTINUE) {
> --
> 1.8.5.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
--
Marc-André Lureau
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20140325/2d0ee6fb/attachment-0001.html>
More information about the Spice-devel
mailing list