From: Eric Bollengier Date: Mon, 29 Feb 2016 17:02:50 +0000 (+0100) Subject: bat: Fix #1066 about bad update pool command X-Git-Tag: Release-7.4.1~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f80d61704a85ffde9676287cc0b771885794b4c7;p=bacula%2Fbacula bat: Fix #1066 about bad update pool command --- diff --git a/bacula/src/qt-console/medialist/medialist.cpp b/bacula/src/qt-console/medialist/medialist.cpp index b8a255f1a5..04ce282b6c 100644 --- a/bacula/src/qt-console/medialist/medialist.cpp +++ b/bacula/src/qt-console/medialist/medialist.cpp @@ -443,7 +443,7 @@ void MediaList::allVolumesFromPool() void MediaList::allVolumes() { - QString cmd = "update volume allfrompools"; + QString cmd = "update volume fromallpools"; consoleCommand(cmd); populateTree(); }