From ebd90c73d75b73b06ff9399a241b86b3687c8109 Mon Sep 17 00:00:00 2001 From: abrahamsonn Date: Fri, 2 Jun 2017 16:17:05 -0600 Subject: [PATCH] forgot to delete line 292 of server-dtls-threaded.c --- dtls/server-dtls-threaded.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dtls/server-dtls-threaded.c b/dtls/server-dtls-threaded.c index f4e6ff44..afbabf10 100644 --- a/dtls/server-dtls-threaded.c +++ b/dtls/server-dtls-threaded.c @@ -293,7 +293,6 @@ int main(int argc, char** argv) printf("Connected!\n"); if (cleanup != 1) { - pthread_t threadid; /* SPIN A THREAD HERE TO HANDLE "buff" and "reply/ack" */ pthread_create(&threadid, NULL, ThreadControl, args); printf("control passed to ThreadControl.\n");