Fix segfault on mstp cleanup on linux port (#445)

This commit is contained in:
Jefrin
2023-07-08 19:56:07 +05:30
committed by Steve Karg
parent 7bac8aa0bd
commit da8f93ad79
-1
View File
@@ -720,7 +720,6 @@ void dlmstp_get_broadcast_address(BACNET_ADDRESS *dest)
bool dlmstp_init(char *ifname) bool dlmstp_init(char *ifname)
{ {
unsigned long hThread = 0;
pthread_condattr_t attr; pthread_condattr_t attr;
int rv = 0; int rv = 0;