mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
coding style
This commit is contained in:
parent
ea74bcd5c8
commit
f557f933f2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static struct list sockets;
|
|||
int socket_init(int argc, char * argv[], struct settings *set)
|
||||
{ INDENT
|
||||
if (check_root())
|
||||
error("The socket node-type requires superuser privileges!");
|
||||
error("The 'socket' node-type requires superuser privileges!");
|
||||
|
||||
nl_init(); /* Fill link cache */
|
||||
list_init(&interfaces, (dtor_cb_t) if_destroy);
|
||||
|
|
Loading…
Add table
Reference in a new issue