diff --git a/src/t_stream.c b/src/t_stream.c index 3952ec1a..9faee76d 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -2155,7 +2155,7 @@ void xclaimCommand(client *c) { /* If we stopped because some IDs cannot be parsed, perhaps they * are trailing options. */ - time_t now = mstime(); + mstime_t now = mstime(); streamID last_id = {0,0}; int propagate_last_id = 0; for (; j < c->argc; j++) {