Merge branch 'master' of gitea.larke.org:kevin/libcw

This commit is contained in:
kevin 2024-03-25 11:00:12 -04:00
commit 0979b097ba

View File

@ -526,6 +526,7 @@ namespace cw
if( enableFl==false || p->serialN == 0 )
{
p->serialN = 0;
cwLogInfo("Serial port sub-system disabled.");
goto errLabel;
}
@ -806,6 +807,7 @@ namespace cw
if( enableFl == false || p->sockN == 0 )
{
p->sockN = 0;
cwLogInfo("Socket system disabled.");
goto errLabel;
}