forgot to delete line 292 of server-dtls-threaded.c

pull/55/head
abrahamsonn 2017-06-02 16:17:05 -06:00
parent 5b5d9e9266
commit ebd90c73d7
1 changed files with 0 additions and 1 deletions

View File

@ -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");