X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2Frun_conf.c;fp=bacula%2Fsrc%2Fdird%2Frun_conf.c;h=c4a41578a6101cac935de83821d9eef7e72c4465;hb=e087a0acbbf775b335d7cefdb0246e71bd8d0dc2;hp=880e4151c3b2565316d685f6eeb1d5dc2c33ad61;hpb=e16e933a923c0df463716ebf695c1009d006a498;p=bacula%2Fbacula diff --git a/bacula/src/dird/run_conf.c b/bacula/src/dird/run_conf.c index 880e4151c3..c4a41578a6 100644 --- a/bacula/src/dird/run_conf.c +++ b/bacula/src/dird/run_conf.c @@ -259,6 +259,7 @@ void store_run(LEX *lc, RES_ITEM *item, int index, int pass) case 'P': /* Pool */ case 'N': /* NextPool */ case 'f': /* FullPool */ + case 'v': /* VFullPool */ case 'i': /* IncPool */ case 'd': /* DifPool */ token = lex_get_token(lc, T_NAME); @@ -279,6 +280,9 @@ void store_run(LEX *lc, RES_ITEM *item, int index, int pass) case 'f': lrun.full_pool = (POOL *)res; break; + case 'v': + lrun.vfull_pool = (POOL *)res; + break; case 'i': lrun.inc_pool = (POOL *)res; break;