]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug #1344 show pool displayed wrong variable for maxvolbytes
authorKern Sibbald <kern@sibbald.com>
Sun, 9 Aug 2009 14:11:27 +0000 (16:11 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 9 Aug 2009 14:11:27 +0000 (16:11 +0200)
bacula/src/dird/dird_conf.c
bacula/technotes

index 7a3f44603030a7a8987b19a32fba28f4b69a0f12..d9995adef84b6a531f7778a6f1d17ca20af10193 100644 (file)
@@ -942,7 +942,7 @@ next_run:
       sendit(sock, _("      MaxVolJobs=%d MaxVolFiles=%d MaxVolBytes=%s\n"),
               res->res_pool.MaxVolJobs, 
               res->res_pool.MaxVolFiles,
-              edit_uint64(res->res_pool.MaxVolFiles, ed1));
+              edit_uint64(res->res_pool.MaxVolBytes, ed1));
       sendit(sock, _("      MigTime=%s MigHiBytes=%s MigLoBytes=%s\n"),
               edit_utime(res->res_pool.MigrationTime, ed1, sizeof(ed1)),
               edit_uint64(res->res_pool.MigrationHighBytes, ed2),
index 6a20153a9a5b7c9f4a231266668ffa0590a85a3d..2d2a041dda5b838fe983d7d271ef3dc6b5b8a868 100644 (file)
@@ -3,6 +3,7 @@
 General:
 
 09Aug09
+kes  Fix bug #1344 show pool displayed wrong variable for maxvolbytes
 kes  Fix compiler warnings in acl and xattr code
 kes  Fix screw up with setting JobLevel and JobType
 kes  Change version