Sfoglia il codice sorgente

Fix: compile error

Stub in missing embeddedServerEntryListPath parameter.
Rod Hynes 8 anni fa
parent
commit
19dcab3e2d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      MobileLibrary/Android/PsiphonTunnel/PsiphonTunnel.java

+ 1 - 0
MobileLibrary/Android/PsiphonTunnel/PsiphonTunnel.java

@@ -401,6 +401,7 @@ public class PsiphonTunnel extends Psi.PsiphonProvider.Stub {
             Psi.Start(
             Psi.Start(
                     loadPsiphonConfig(mHostService.getContext(), fd),
                     loadPsiphonConfig(mHostService.getContext(), fd),
                     embeddedServerEntries,
                     embeddedServerEntries,
+                    "",
                     this,
                     this,
                     isVpnMode(),
                     isVpnMode(),
                     false // Do not use IPv6 synthesizer for android
                     false // Do not use IPv6 synthesizer for android