Browse Source

Merge branch 'fix-TOS-for-redis' of https://github.com/1and1/rtpengine

pull/416/head
Richard Fuchs 8 years ago
parent
commit
0c6b2cfc22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/redis.c

+ 1
- 1
daemon/redis.c View File

@ -1089,8 +1089,8 @@ static int redis_sfds(struct call *c, struct redis_list *sfds) {
sock = g_queue_pop_head(&q); sock = g_queue_pop_head(&q);
if (!sock) if (!sock)
goto err; goto err;
set_tos(sock, c->tos);
sfd = stream_fd_new(sock, c, loc); sfd = stream_fd_new(sock, c, loc);
// XXX tos
sfds->ptrs[i] = sfd; sfds->ptrs[i] = sfd;
} }


Loading…
Cancel
Save