mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Remove obsolete uuid_t parameter from villas-signal
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
f73efabd18
commit
7ad3dff578
1 changed files with 1 additions and 4 deletions
|
@ -244,10 +244,7 @@ check: if (optarg == endptr)
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
uuid_t uuid;
|
||||
uuid_clear(uuid);
|
||||
|
||||
ret = node->parse(json, uuid);
|
||||
ret = node->parse(json);
|
||||
if (ret) {
|
||||
usage();
|
||||
exit(EXIT_FAILURE);
|
||||
|
|
Loading…
Add table
Reference in a new issue