diff options
Diffstat (limited to '')
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c index d01332f..08b8dd1 100644 --- a/server.c +++ b/server.c @@ -290,6 +290,7 @@ static bool clientMap(const struct Client *client) { time_t now = time(NULL); struct Map map = { + .now = now, .min = { .createTime = now, .modifyTime = now, |