mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #1427: Cedar/IPC.c: Add hub release in NewIPC()
This commit is contained in:
commit
996f2f2aa0
@ -497,6 +497,8 @@ IPC *NewIPC(CEDAR *cedar, char *client_name, char *postfix, char *hubname, char
|
|||||||
ZeroIP4(&ipc->BroadcastAddress);
|
ZeroIP4(&ipc->BroadcastAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReleaseHub(hub);
|
||||||
|
|
||||||
ZeroIP4(&ipc->ClientIPAddress);
|
ZeroIP4(&ipc->ClientIPAddress);
|
||||||
|
|
||||||
MacToStr(macstr, sizeof(macstr), ipc->MacAddress);
|
MacToStr(macstr, sizeof(macstr), ipc->MacAddress);
|
||||||
|
Loading…
Reference in New Issue
Block a user