mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 11:50:44 +00:00
Fix NPE for some tunnels
This commit is contained in:
@@ -27,7 +27,7 @@ public interface NetworkTunnelStore extends DataStore, SelfReferentialStore {
|
||||
}
|
||||
|
||||
default HostAddress getTunnelHostName() {
|
||||
return null;
|
||||
return HostAddress.empty();
|
||||
}
|
||||
|
||||
default Optional<DataStoreEntryRef<NetworkTunnelStore>> getUnsupportedParent() {
|
||||
|
||||
Reference in New Issue
Block a user