Sfoglia il codice sorgente

Woops, close the right fd

Jakob Borg 11 anni fa
parent
commit
e586fda5f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      cmd/syncthing/main.go

+ 1 - 1
cmd/syncthing/main.go

@@ -725,7 +725,7 @@ func archiveLegacyConfig() {
 			l.Warnf("Cannot archive config:", err)
 			return
 		}
-		defer src.Close()
+		defer dst.Close()
 
 		l.Infoln("Archiving config.xml")
 		io.Copy(dst, src)