Skip to content

Commit 16bc4b0

Browse files
committed
[fix] fixed a typo.
1 parent 69ae45a commit 16bc4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_rtmp_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ngx_rtmp_init_connection(ngx_connection_t *c)
146146

147147
s->auto_pushed = unix_socket;
148148

149-
if (ronn->addr_conf->proxy_protocol) {
149+
if (rconn->addr_conf->proxy_protocol) {
150150
ngx_rtmp_proxy_protocol(s);
151151

152152
} else {

0 commit comments

Comments
 (0)