From 8229d47da5f279cc10be8266c84f479beea170b2 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Wed, 14 May 2014 17:43:49 +0200 Subject: [PATCH] Update config_test.go --- cmd/syncthing/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/config_test.go b/cmd/syncthing/config_test.go index 0e96b0225..91a954e75 100644 --- a/cmd/syncthing/config_test.go +++ b/cmd/syncthing/config_test.go @@ -10,7 +10,7 @@ import ( func TestDefaultValues(t *testing.T) { expected := OptionsConfiguration{ - ListenAddress: []string{":22000"}, + ListenAddress: []string{"0.0.0.0:22000"}, GlobalAnnServer: "announce.syncthing.net:22025", GlobalAnnEnabled: true, LocalAnnEnabled: true,