From: Marco van Wieringen Date: Mon, 5 Dec 2011 15:13:50 +0000 (+0100) Subject: Fix cats_test to use the new method names. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25d6d0ef5ae38eb7fd4b06c377850b7d68f51b76;p=bacula%2Fbacula Fix cats_test to use the new method names. --- diff --git a/bacula/src/tools/cats_test.c b/bacula/src/tools/cats_test.c index c134b7cc2c..76a09e0814 100644 --- a/bacula/src/tools/cats_test.c +++ b/bacula/src/tools/cats_test.c @@ -335,8 +335,8 @@ int main (int argc, char *argv[]) */ jcr = new_jcr(sizeof(JCR), NULL); - jcr->set_JobType(JT_CONSOLE); - jcr->set_JobLevel(L_NONE); + jcr->setJobType(JT_CONSOLE); + jcr->setJobLevel(L_NONE); jcr->JobStatus = JS_Running; bstrncpy(jcr->Job, "**dummy**", sizeof(jcr->Job)); jcr->JobId = pid; /* this is JobId on tape */