Skip to content

Commit 1033f8a

Browse files
committed
New NCHANNEL feature.
1 parent dd04883 commit 1033f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nettnc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void nettnc_send_packet (int chan, packet_t pp)
476476
s_tnc_sock[chan] = -1;
477477
}
478478
#else
479-
int err = SOCK_SEND (kps->client_sock[chan], kiss_buff, kiss_len);
479+
int err = SOCK_SEND (s_tnc_sock[chan], kiss_buff, kiss_len);
480480
if (err <= 0) {
481481
text_color_set(DW_COLOR_ERROR);
482482
dw_printf ("\nError %d sending packet to KISS Network TNC for channel %d. Closing connection.\n\n", err, chan);

0 commit comments

Comments
 (0)