ソースを参照

Woops, close the right fd

Jakob Borg 11 年 前
コミット
e586fda5f2
1 ファイル変更1 行追加1 行削除
  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)