mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
Adapt command to changed signature
This commit is contained in:
@@ -108,7 +108,7 @@ func ListUploadSessions(cfg *config.Config) *cli.Command {
|
||||
var fsStream events.Stream
|
||||
if cfg.Driver == "posix" {
|
||||
// We need to init the posix driver with 'scanfs' disabled
|
||||
drivers["posix"] = revaconfig.Posix(cfg, false)
|
||||
drivers["posix"] = revaconfig.Posix(cfg, false, false)
|
||||
// Also posix refuses to start without an events stream
|
||||
fsStream, err = event.NewStream(cfg)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user