Explorar el Código

Fix: ReportAvailableRegions call was never reached

Rod Hynes hace 8 años
padre
commit
9c8ed708fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)