Skip to content

Commit 541f690

Browse files
committed
[fix] fixed bug introduced in the last commit.
1 parent d4c7884 commit 541f690

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ngx_rtmp_relay_module.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,6 @@ ngx_rtmp_relay_create_remote_ctx(ngx_rtmp_session_t *s, ngx_str_t *name,
618618
target->url.uri_part = 1;
619619
target->url.url = url;
620620

621-
target->url.addrs = NULL;
622-
target->url.naddrs = 0;
623-
624621
if(ngx_parse_url(s->connection->pool, &target->url) != NGX_OK) {
625622
ngx_log_error(NGX_LOG_ERR, s->connection->log, 0,
626623
"relay: invalid url='%V'", &target->url.url);

0 commit comments

Comments
 (0)