From: Kern Sibbald Date: Sun, 9 Aug 2009 14:11:27 +0000 (+0200) Subject: Fix bug #1344 show pool displayed wrong variable for maxvolbytes X-Git-Tag: Release-5.0.0~333^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99f77a0e290a10de58f644fa743544706cce9e86;p=bacula%2Fbacula Fix bug #1344 show pool displayed wrong variable for maxvolbytes --- 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