From c92e9c288a8e4c6faad54daec07d7ac9aff43a86 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 25 Aug 2018 00:44:51 -0400 Subject: Send now in map --- server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server.c') 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, -- cgit 1.4.1