Skip to content

Commit

Permalink
New NCHANNEL feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
wb2osz committed Jul 18, 2024
1 parent dd04883 commit 1033f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nettnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void nettnc_send_packet (int chan, packet_t pp)
s_tnc_sock[chan] = -1;
}
#else
int err = SOCK_SEND (kps->client_sock[chan], kiss_buff, kiss_len);
int err = SOCK_SEND (s_tnc_sock[chan], kiss_buff, kiss_len);
if (err <= 0) {
text_color_set(DW_COLOR_ERROR);
dw_printf ("\nError %d sending packet to KISS Network TNC for channel %d. Closing connection.\n\n", err, chan);
Expand Down

0 comments on commit 1033f8a

Please sign in to comment.