From 99ac4876f4159a1b80474a61cec8a861520423f5 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 3 Nov 2015 12:15:42 +0200 Subject: [PATCH] Fixed wrong variables being passed. --- server/modules/routing/schemarouter/schemarouter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/schemarouter/schemarouter.c b/server/modules/routing/schemarouter/schemarouter.c index ae4cbc934..9bbf6b357 100644 --- a/server/modules/routing/schemarouter/schemarouter.c +++ b/server/modules/routing/schemarouter/schemarouter.c @@ -1122,7 +1122,7 @@ static void* newSession( if (map) { - state = shard_map_update_state(router, map); + state = shard_map_update_state(map, router); } spinlock_release(&router->lock);