Fixed many PVS-Studio warnings and suppressed needed overhaul
Altlinux build / build-alt (push) Successful in 2m35s
Archlinux build / build-arch (push) Successful in 2m53s
Archlinux build / make-test (push) Failing after 59s
Debian build / build-ubuntu (push) Successful in 3m43s

This commit is contained in:
zx
2025-04-23 23:46:24 +03:00
parent 64cfc794dc
commit 4c796b042c
15 changed files with 58 additions and 52 deletions
+13
View File
@@ -137,6 +137,18 @@ typedef struct bni
}
s_bni;
typedef struct pbline
{
bool inet;
bool prot_binkp;
bool prot_cico;
char *phone;
char *ina;
int port;
struct pbline *nextline;
}
s_pbline;
typedef struct node
{
s_faddr addr;
@@ -154,6 +166,7 @@ typedef struct node
bool do_telnet;
char host[BNI_MAXHOST+1];
s_timevec worktime;
s_pbline phbook;
}
s_node;