Skip to content

Commit

Permalink
oops didnt compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mopfel-winrux committed Dec 4, 2023
1 parent ee2624f commit 8240f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vere/io/lick.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ _lick_close_sock(u3_shan* san_u)
{
u3_lick* lic_u = san_u->gen_u->lic_u;

if ( NULL != can_u ) {
if ( NULL != san_u->can_u ) {
_lick_close_chan(san_u->can_u);
}

Expand Down

0 comments on commit 8240f12

Please sign in to comment.