]> git.sur5r.net Git - bacula/bacula/commitdiff
Make delta_seq same size as in other places
authorKern Sibbald <kern@sibbald.com>
Mon, 30 May 2011 10:14:17 +0000 (12:14 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:44:37 +0000 (14:44 +0200)
bacula/src/filed/accurate.c

index 2c01bab5ff4eaa0d74a886cc9f631b5c70d55062..3a043a399756e224281ecc5103f34dede3db3d10 100644 (file)
@@ -494,7 +494,7 @@ int accurate_cmd(JCR *jcr)
    BSOCK *dir = jcr->dir_bsock;
    int lstat_pos, chksum_pos;
    int32_t nb;
-   uint16_t delta_seq;
+   uint32_t delta_seq;
 
    if (job_canceled(jcr)) {
       return true;