Request for allocation of new security type code for SASL auth

Peter Rosin peda "at" lysator.liu.se
Wed Dec 17 08:06:01 2008


Hi again!

Sigh, sorry to reply to self, I guess the best was to find bugs is
to make a public statement of some sort...

Den 2008-12-17 08:56 skrev Peter Rosin:
> --- README.sasl.orig	2008-12-17 07:19:28.046875000 +0100
> +++ README.sasl.new	2008-12-17 07:21:50.437500000 +0100
> @@ -174,5 +174,5 @@
>  
>  If the "sasl_server_start" call is successfull, the returned
> -"serverout" data will need to be sent to the server.
> +"serverout" data will need to be sent to the client.
>  
>  
> @@ -201,5 +201,5 @@
>                              &clientin,
>                              &clientinlen,
> -                            &servertout,
> +                            &serverout,
>                              &serveroutlen);

clientin and clientinlen don't need the address-of operator (&) here.

Cheers,
Peter