Skip to content
Snippets Groups Projects
Commit 0b4f28e3 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.19
parent cd6ed0a2
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ class async_client ...@@ -541,7 +541,7 @@ class async_client
{ {
#if constant(thread_create) #if constant(thread_create)
// We need to unlock the lock for the remove operation... // We need to unlock the lock for the remove operation...
key=0; destruct(key);
#endif /* constant(thread_create) */ #endif /* constant(thread_create) */
remove(requests[lid]); remove(requests[lid]);
#if constant(thread_create) #if constant(thread_create)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment