commit 12a0f01693c8f4acc9d8d95f0f35882ac81f9ea4
parent e896ef61fc98285261de97437e1625e8f4c9b041
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Sep 2010 17:59:33 +0000
example cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/examples/digest_auth_example.c b/src/examples/digest_auth_example.c
@@ -102,7 +102,7 @@ main (int argc, char *const *argv)
}
off += len;
}
- close(fd);
+ (void) close(fd);
rnd[8] = '\0';
d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
atoi (argv[1]),