Commit 02072a9e authored by Federico G. Schwindt's avatar Federico G. Schwindt

Try to appease Sun CC

parent e7372103
......@@ -340,7 +340,7 @@ server_dispatch_thread(void *priv)
s2->run = 1;
AZ(pthread_create(&s2->tp, NULL, server_dispatch_wrk, s2));
}
pthread_cleanup_pop(1);
NEEDLESS(pthread_cleanup_pop(1));
NEEDLESS(return(NULL));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment