1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix: Comment format

Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
This commit is contained in:
Jitpanu Maneeratpongsuk 2025-01-30 12:28:09 +00:00 committed by al3xa23
parent f28f802619
commit 6d279280e8

View file

@ -347,7 +347,7 @@ int villas::node::socket_stop(NodeCompat *n) {
ret = close(s->sd);
//Reset socket descriptor
// Reset socket descriptor.
s->sd = -1;
if (ret)