Fixed many PVS-Studio warnings and suppressed needed overhaul
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user