Skip to content

Commit

Permalink
webui: Remove unnecessary bvfs_update call
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Aug 27, 2019
1 parent 331be73 commit eb0fcf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php
Expand Up @@ -970,10 +970,6 @@ public function restore($type=null, $jobid=null, $client=null, $restoreclient=nu
$debug = self::receive_message();
}

if(self::send(".bvfs_update jobid=$jobids")) {
$debug = self::receive_message();
}

if(self::send(".bvfs_restore jobid=$jobids fileid=$fileid dirid=$dirid path=b2000$rnd")) {
$debug = self::receive_message();
}
Expand Down

0 comments on commit eb0fcf7

Please sign in to comment.