]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/catreq.c
Tweak Windows tray monitor build
[bacula/bacula] / bacula / src / dird / catreq.c
index db195635deeb7a14bda673fbc4c5437f83ada8bc..ab858a90fc68a9eb9ddf3bc48203fdd9b30b7ce5 100644 (file)
@@ -465,7 +465,7 @@ static void update_attribute(JCR *jcr, char *msg, int32_t msglen)
           * Older FDs don't have a delta sequence, so check if it is there 
           */
          if (p - jcr->attr < msglen) {
-            ar->DeltaSeq = str_to_int32(p);
+            ar->DeltaSeq = str_to_int32(p); /* delta_seq */
          }
       }