Skip to content

Commit

Permalink
usrloc: set server_id for rpc ul add command
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Aug 13, 2018
1 parent 38980e8 commit c681ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/usrloc/ul_rpc.c
Expand Up @@ -666,6 +666,7 @@ static void ul_rpc_add(rpc_t* rpc, void* ctx)
return;
}
ci.ruid = _ul_sruid.uid;
ci.server_id = server_id;

lock_udomain(dom, &aor);

Expand Down

0 comments on commit c681ade

Please sign in to comment.