Hi Volker,

> Thank you for the patch! It will be integrated soon!

You wrote this back in January, but this bug is still open.  Now that
gcc-4.0 is the default compiler in Debian, this bug is a release-critical
build failure.  Do you plan to upload the fix soon?

Since it appears that you are the maintainer of all the reverse-dependencies
of this library, all of which have a fairly small userbase, if you don't
have any plans to fix it soon I would be inclined to bounce these packages
out of testing until the bug is fixed.

Please note that the patch Andreas provided is not completely correct, due
to (at least) this section:

@@ -29,7 +29,8 @@
                return false;
        
        rapi_buffer_read_uint32(context->recv_buffer, &context->last_error);
-       rapi_buffer_read_uint32(context->recv_buffer, &return_value);
+       unsigned rv;
+       rapi_buffer_read_uint32(context->recv_buffer, &rv);
 
        if (ERROR_SUCCESS == return_value)
        {

which changes the variable used for returning the value, but then continues
to check return_value instead of rv on the following line.


Thanks,
-- 
Steve Langasek
postmodern programmer

Attachment: signature.asc
Description: Digital signature

Reply via email to