X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2Fexpand.c;h=894be0da75cd2d764bf5e29ccaaf577603ff174d;hb=87187e5526cf427d78cbc3763a8d15df70c2ea3b;hp=513ebb1a95830aa5baf44d7c0b3a4c71d236b2a2;hpb=7cefbfdacb1d394f034d4bee6e7a96af1f06df95;p=bacula%2Fbacula diff --git a/bacula/src/dird/expand.c b/bacula/src/dird/expand.c index 513ebb1a95..894be0da75 100644 --- a/bacula/src/dird/expand.c +++ b/bacula/src/dird/expand.c @@ -15,21 +15,21 @@ The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or - modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation plus additions - that are listed in the file LICENSE. + modify it under the terms of version three of the GNU Affero General Public + License as published by the Free Software Foundation and included + in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Affero General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. @@ -93,10 +93,10 @@ static int job_item(JCR *jcr, int code, str = my_name; break; case 3: /* level */ - str = job_level_to_str(jcr->JobLevel); + str = job_level_to_str(jcr->getJobLevel()); break; case 4: /* type */ - str = job_type_to_str(jcr->JobType); + str = job_type_to_str(jcr->getJobType()); break; case 5: /* JobId */ bsnprintf(buf, sizeof(buf), "%d", jcr->JobId);