mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
dumper: fix refactoring error
This commit is contained in:
parent
862e14ff0f
commit
1e0ac85ffc
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ int Dumper::openSocket()
|
|||
sockaddr_un socketaddrUn;
|
||||
socketaddrUn.sun_family = AF_UNIX;
|
||||
strcpy(socketaddrUn.sun_path, socketName.c_str());
|
||||
socketName = socketNameIn;
|
||||
|
||||
connect(socketFd, (struct sockaddr *) &socketaddrUn, sizeof(socketaddrUn));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue