Skip to content

Commit

Permalink
[fix] fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
winshining committed May 17, 2023
1 parent 69ae45a commit 16bc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ngx_rtmp_init_connection(ngx_connection_t *c)

s->auto_pushed = unix_socket;

if (ronn->addr_conf->proxy_protocol) {
if (rconn->addr_conf->proxy_protocol) {
ngx_rtmp_proxy_protocol(s);

} else {
Expand Down

0 comments on commit 16bc4b0

Please sign in to comment.