DisableSymlinks -> !SymlinksEnabled

This commit is contained in:
Jakob Borg
2014-12-01 11:26:54 +01:00
parent 8a34158fa4
commit e7441ff6e8
6 changed files with 10 additions and 9 deletions

View File

@@ -458,7 +458,7 @@ func syncthingMain() {
opts := cfg.Options()
if opts.DisableSymlinks {
if !opts.SymlinksEnabled {
symlinks.Supported = false
}