AmendHub

Download:

jcs

/

subtext

/

amendments

/

595

telnet: Static init nit

These are zeroed by default but just make it match the others

jcs made amendment 595 2 months ago
--- telnet.c Mon Feb 12 23:14:53 2024 +++ telnet.c Tue Feb 13 21:42:16 2024 @@ -122,7 +122,7 @@ static TCPStatusPB telnet_status_pb; static bool did_initial_log = false; static UDPiopb udp_ban_pb; static StreamPtr udp_ban_stream = 0; -static char *udp_ban_rcv_buf; +static char *udp_ban_rcv_buf = NULL; #define UDP_BAN_RCV_BUF_SIZE 2048 static wdsEntry udp_ban_wds[2]; static char udp_ban_send_buf[16];