aboutsummaryrefslogtreecommitdiff
path: root/src/examples/digest_auth_example.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-04 17:59:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-04 17:59:33 +0000
commit12a0f01693c8f4acc9d8d95f0f35882ac81f9ea4 (patch)
tree612132d01c757fd72bd924bbe42d1b846cd16b13 /src/examples/digest_auth_example.c
parente896ef61fc98285261de97437e1625e8f4c9b041 (diff)
downloadlibmicrohttpd-12a0f01693c8f4acc9d8d95f0f35882ac81f9ea4.tar.gz
libmicrohttpd-12a0f01693c8f4acc9d8d95f0f35882ac81f9ea4.zip
example cleanup
Diffstat (limited to 'src/examples/digest_auth_example.c')
-rw-r--r--src/examples/digest_auth_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/digest_auth_example.c b/src/examples/digest_auth_example.c
index 6221517e..7516913d 100644
--- a/src/examples/digest_auth_example.c
+++ b/src/examples/digest_auth_example.c
@@ -102,7 +102,7 @@ main (int argc, char *const *argv)
102 } 102 }
103 off += len; 103 off += len;
104 } 104 }
105 close(fd); 105 (void) close(fd);
106 rnd[8] = '\0'; 106 rnd[8] = '\0';
107 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, 107 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
108 atoi (argv[1]), 108 atoi (argv[1]),