mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
fix: missing else statement when checking for client id
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
This commit is contained in:
parent
20105e2ab1
commit
426ccca404
@ -320,6 +320,7 @@ int main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
M_LOG(MODULE_NAME, "Client %d is already subscript to this channel", request.header.client_id);
|
M_LOG(MODULE_NAME, "Client %d is already subscript to this channel", request.header.client_id);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
// store user name
|
// store user name
|
||||||
bc_client = NULL;
|
bc_client = NULL;
|
||||||
@ -507,4 +508,4 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
(void)close(fd);
|
(void)close(fd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user