Browse Source

TT#14008 fix missing timestamping during redis restore

closes #1363

Change-Id: I4aac5096fd18067b3503e834a687277e7d5903fb
(cherry picked from commit fd064304bb)
mr9.5.3
Richard Fuchs 4 years ago
parent
commit
e037a0ec76
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/redis.c

+ 1
- 0
daemon/redis.c View File

@ -1944,6 +1944,7 @@ static void restore_thread(void *call_p, void *ctx_p) {
r = g_queue_pop_head(&ctx->r_q); r = g_queue_pop_head(&ctx->r_q);
mutex_unlock(&ctx->r_m); mutex_unlock(&ctx->r_m);
gettimeofday(&rtpe_now, NULL);
json_restore_call(r, &callid, ctx->foreign); json_restore_call(r, &callid, ctx->foreign);
mutex_lock(&ctx->r_m); mutex_lock(&ctx->r_m);


Loading…
Cancel
Save