Fixed wrong variables being passed.

This commit is contained in:
Markus Makela
2015-11-03 12:15:42 +02:00
parent a969de7d50
commit 99ac4876f4

View File

@ -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);