]> git.sur5r.net Git - bacula/bacula/commitdiff
Rename MaximumBandwidth to MaximumBandwidthPerJob in Client resource
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 30 Nov 2010 08:05:17 +0000 (09:05 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 1 Dec 2010 09:10:36 +0000 (10:10 +0100)
bacula/src/dird/dird_conf.c

index f89c49355fa71c7b1ec68e3350e34bf5d1ecc394..0a52005b015d0131c6b735b7c5283fb36491e119 100644 (file)
@@ -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}
 };