summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-01-29 22:02:38 +0100
committerJakob Borg <jakob@nym.se>2014-01-29 22:02:38 +0100
commit59809524958ed22444d019091c3a0e4f98c3c388 (patch)
treed691535bc444aff318c8301de6aef027cf9eaf75
parent618c376e180eefe898f3cf8d32384a30b52feab6 (diff)
downloadsyncthing-59809524958ed22444d019091c3a0e4f98c3c388.tar.gz
syncthing-59809524958ed22444d019091c3a0e4f98c3c388.zip
Actually load index cache again (fixes #45)v0.5.2
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 9d852c370..ec1a0282f 100644
--- a/main.go
+++ b/main.go
@@ -191,6 +191,7 @@ func main() {
// connections to other nodes.
infoln("Populating repository index")
+ loadIndex(m)
updateLocalModel(m)
// Routine to listen for incoming connections