Skip to content

Commit 8eb22d7

Browse files
author
Derick Rethans
committed
- Add comment, I put this ina week ago and it already confused me :)
1 parent 71f9227 commit 8eb22d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/rfc1867.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
881881
if (!filename && param) {
882882

883883
char *value = multipart_buffer_read_body(mbuff TSRMLS_CC);
884-
unsigned int new_val_len;
884+
unsigned int new_val_len; /* Dummy variable */
885885

886886
if (!value) {
887887
value = estrdup("");

0 commit comments

Comments
 (0)