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:
parent
f28f802619
commit
6d279280e8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue