Skip to content

Commit cd95611

Browse files
author
洪志道
committed
Fixed typo.
1 parent 7ae266a commit cd95611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_http_upload_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ ngx_http_upload_merge_ranges(ngx_http_upload_ctx_t *u, ngx_http_upload_range_t *
25172517
int res = ftruncate(state_file->fd, out_buf.file_pos);
25182518
if(res == EBADF || res == EINVAL) {
25192519
rc = NGX_ERROR;
2520-
go failed;
2520+
goto failed;
25212521
}
25222522
}
25232523

0 commit comments

Comments
 (0)