From 0b4f28e311e8b88825e3259cfd51a957b9d6e920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 17 Jul 1998 12:25:35 -0700 Subject: [PATCH] minor fix Rev: lib/modules/Protocols.pmod/DNS.pmod:1.19 --- lib/modules/Protocols.pmod/DNS.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Protocols.pmod/DNS.pmod b/lib/modules/Protocols.pmod/DNS.pmod index 28f5f3d602..a720d179d1 100644 --- a/lib/modules/Protocols.pmod/DNS.pmod +++ b/lib/modules/Protocols.pmod/DNS.pmod @@ -541,7 +541,7 @@ class async_client { #if constant(thread_create) // We need to unlock the lock for the remove operation... - key=0; + destruct(key); #endif /* constant(thread_create) */ remove(requests[lid]); #if constant(thread_create) -- GitLab