diff options
Diffstat (limited to 'nfsd')
-rw-r--r-- | nfsd/loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nfsd/loop.c b/nfsd/loop.c index d94c5d10..e04446e2 100644 --- a/nfsd/loop.c +++ b/nfsd/loop.c @@ -56,6 +56,8 @@ server_loop (void *arg) socklen_t addrlen; int cc; + pthread_setname_np (pthread_self (), "server_loop"); + memset (&fakec, 0, sizeof (struct cache_handle)); for (;;) |