From bf7f3bfdea745d03e251daf06b1316f1bffeb95f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 30 Nov 2010 09:05:17 +0100 Subject: [PATCH] Rename MaximumBandwidth to MaximumBandwidthPerJob in Client resource --- bacula/src/dird/dird_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index f89c49355f..0a52005b01 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -202,7 +202,7 @@ static RES_ITEM cli_items[] = { {"tlscertificate", store_dir, ITEM(res_client.tls_certfile), 0, 0, 0}, {"tlskey", store_dir, ITEM(res_client.tls_keyfile), 0, 0, 0}, {"tlsallowedcn", store_alist_str, ITEM(res_client.tls_allowed_cns), 0, 0, 0}, - {"maximumbandwidth", store_speed, ITEM(res_client.max_bandwidth), 0, 0, 0}, + {"maximumbandwidthperjob", store_speed, ITEM(res_client.max_bandwidth), 0, 0, 0}, {NULL, NULL, {0}, 0, 0, 0} }; -- 2.39.5