From 0e996c6efdfbb1b84974025d4d5cac72954aadc4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 9 Aug 2009 16:11:27 +0200 Subject: [PATCH] Fix bug #1344 show pool displayed wrong variable for maxvolbytes --- bacula/src/dird/dird_conf.c | 2 +- bacula/technotes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index 7a3f446030..d9995adef8 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -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), diff --git a/bacula/technotes b/bacula/technotes index 6a20153a9a..2d2a041dda 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -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 -- 2.39.5