Respons from author:

On Sun, Feb 12, 2012 at 05:10:00PM +0000, Bas van den Dikkenberg wrote:
> Much of debian build are failing can you take a look why?
> 
> See https://buildd.debian.org/status/package.php?p=burp&suite=sid

Yes, I think most of them need the attached patch.

I don't know why my compiler hasn't reported that before.
diff --git a/src/backup_phase2_server.c b/src/backup_phase2_server.c
index a55d4e5..72f6d29 100644
--- a/src/backup_phase2_server.c
+++ b/src/backup_phase2_server.c
@@ -569,7 +569,7 @@ int backup_phase2_server(gzFile *cmanfp, const char 
*phase1data, const char *pha
        if(!(p2fp=open_file(phase2data, "r+b")))
                goto error;
 
-       if(resume && do_resume(p1zp, p2fp, ucfp, cmanfp, dpth, cconf,
+       if(resume && do_resume(p1zp, p2fp, ucfp, *cmanfp, dpth, cconf,
                p1cntr, cntr))
                        goto error;
 

Reply via email to