aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_post.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 05:46:28 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 05:46:28 +0000
commit4779f7d8eb9c7f6eec051a90a358d66f2dcfe9b0 (patch)
tree8be71681f108dac033a56c16d53f920883d8699a /src/daemon/daemontest_post.c
parent3750461e0ac7a17173c20e36f5469008341dbf86 (diff)
downloadlibmicrohttpd-4779f7d8eb9c7f6eec051a90a358d66f2dcfe9b0.tar.gz
libmicrohttpd-4779f7d8eb9c7f6eec051a90a358d66f2dcfe9b0.zip
better name, code forgotten earlier
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r--src/daemon/daemontest_post.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c
index 87eca380..86fd67f9 100644
--- a/src/daemon/daemontest_post.c
+++ b/src/daemon/daemontest_post.c
@@ -72,10 +72,10 @@ static int
72post_iterator (void *cls, 72post_iterator (void *cls,
73 enum MHD_ValueKind kind, 73 enum MHD_ValueKind kind,
74 const char *key, 74 const char *key,
75 const char *filename, 75 const char *filename,
76 const char *content_type, 76 const char *content_type,
77 const char *transfer_encoding, 77 const char *transfer_encoding,
78 const char *value, size_t off, size_t size) 78 const char *value, size_t off, size_t size)
79{ 79{
80 int *eok = cls; 80 int *eok = cls;
81 81