Fixed missing check for instance type configuration conflict

This commit is contained in:
Mark Qvist
2026-05-29 09:01:21 +02:00
parent ef8ccf67ed
commit aee8c3be0c
+3
View File
@@ -669,6 +669,9 @@ class Reticulum:
self.shared_instance_type = "tcp"
self.use_af_unix = False
if self.shared_instance_type == "tcp":
self.local_socket_path = None
if self.local_socket_path == None and self.use_af_unix:
self.local_socket_path = "default"