FS-4588 --resolve

This commit is contained in:
Anthony Minessale 2012-12-18 18:18:31 -06:00
parent ef077917fd
commit 7085de2546
1 changed files with 6 additions and 1 deletions

View File

@ -128,6 +128,11 @@ SWITCH_LIMIT_INCR(limit_incr_redis)
switch_goto_status(SWITCH_STATUS_FALSE, end);
}
}
} else {
if (credis_incr(redis, uuid_rediskey, &uuid_val) != 0) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Couldn't increment value corresponding to %s\n", uuid_rediskey);
switch_goto_status(SWITCH_STATUS_FALSE, end);
}
}
}
/*