Browse Source

set TOS for redis streams

(cherry picked from commit ca622b40ef)
changes/32/18732/1
Claudiu Boriga 8 years ago
committed by Richard Fuchs
parent
commit
50178457a6
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);
if (!sock)
goto err;
set_tos(sock, c->tos);
sfd = stream_fd_new(sock, c, loc);
// XXX tos
sfds->ptrs[i] = sfd;
}


Loading…
Cancel
Save