Fixed wrong variables being passed.
This commit is contained in:
@ -1122,7 +1122,7 @@ static void* newSession(
|
|||||||
|
|
||||||
if (map)
|
if (map)
|
||||||
{
|
{
|
||||||
state = shard_map_update_state(router, map);
|
state = shard_map_update_state(map, router);
|
||||||
}
|
}
|
||||||
|
|
||||||
spinlock_release(&router->lock);
|
spinlock_release(&router->lock);
|
||||||
|
Reference in New Issue
Block a user