]> git.proxmox.com Git - proxmox-backup.git/commitdiff
followup: commit all changes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jan 2020 13:14:52 +0000 (14:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jan 2020 13:14:52 +0000 (14:14 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/api2/config/datastore.rs

index a0149ba3fd85e00517ff01d2591dc6abbf10fdf9..4a737a3e7d3b62d674eda4503ba5038d2f6007ab 100644 (file)
@@ -119,7 +119,6 @@ pub fn read_datastore(name: String) -> Result<Value, Error> {
 pub fn update_datastore(
     name: String,
     comment: Option<String>,
-    path: Option<String>,
     digest: Option<String>,
 ) -> Result<(), Error> {