--- lbbs/src/common.c 2025/11/11 00:28:05 1.46 +++ lbbs/src/common.c 2025/11/17 02:32:42 1.47 @@ -65,14 +65,11 @@ const char *data_files_load_startup[] = const int data_files_load_startup_count = sizeof(data_files_load_startup) / sizeof(const char *); // Global declaration for sockets -int socket_server[2]; -int socket_client; char hostaddr_client[IP_ADDR_LEN]; int port_client; // SSHv2 int SSH_v2 = 0; -ssh_bind sshbind; ssh_session SSH_session; ssh_channel SSH_channel;