From 8119c1641e88ee5020e380c08119f508c6e24222 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 11 Oct 2017 09:36:05 +0200 Subject: Add Server UUID and use it build CmdID. --- lib/syncthing/folder-st.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syncthing/folder-st.go') diff --git a/lib/syncthing/folder-st.go b/lib/syncthing/folder-st.go index ae95b27..27a43e6 100644 --- a/lib/syncthing/folder-st.go +++ b/lib/syncthing/folder-st.go @@ -58,7 +58,7 @@ func (f *STFolder) Add(cfg folder.FolderConfig) (*folder.FolderConfig, error) { f.fConfig = cfg // Update Syncthing folder - // (expect if status is ErrorConfig) + // (except if status is ErrorConfig) // TODO: add cache to avoid multiple requests on startup if f.fConfig.Status != folder.StatusErrorConfig { id, err := f.st.FolderChange(f.fConfig) -- cgit 1.2.3-korg