diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 8 |
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 | |||
72 | post_iterator (void *cls, | 72 | post_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 | ||