about summary refs log tree commit diff homepage
path: root/server.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 00:44:51 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 00:44:51 -0400
commitb9fc50f0259c22d9e4ef3f3e96b46d276b0c5d26 (patch)
tree52fb6685417090174ed4fd01eff30dcf8182d94f /server.c
parentCalculate min and max meta for map server-side (diff)
downloadtorus-b9fc50f0259c22d9e4ef3f3e96b46d276b0c5d26.tar.gz
torus-b9fc50f0259c22d9e4ef3f3e96b46d276b0c5d26.zip
Send now in map
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index 4c62b70..b8cf76a 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,