Skip to content

Commit afd350e

Browse files
committed
Fixed compilation with newer compilers.
1 parent 791b613 commit afd350e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ngx_rtmp_eval.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ ngx_rtmp_eval(void *ctx, ngx_str_t *in, ngx_rtmp_eval_t **e, ngx_str_t *out,
167167
continue;
168168
}
169169

170+
/* fall through */
171+
170172
case ESCAPE:
171173
ngx_rtmp_eval_append(&b, &c, 1, log);
172174
state = NORMAL;

0 commit comments

Comments
 (0)