Parcourir la source

Fix: ReportAvailableRegions call was never reached

Rod Hynes il y a 8 ans
Parent
commit
9c8ed708fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      psiphon/dataStore.go

+ 1 - 1
psiphon/dataStore.go

@@ -288,7 +288,7 @@ func StreamingStoreServerEntries(
 
 		if serverEntry == nil {
 			// No more server entries
-			return nil
+			break
 		}
 
 		err = StoreServerEntry(serverEntry, replaceIfExists)