Skip to content

Commit

Permalink
usrloc: rpc scan flags, cflags and methods fields as unsigned int
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c62262)
  • Loading branch information
miconda committed Jul 2, 2020
1 parent c33d634 commit f959dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/usrloc/ul_rpc.c
Expand Up @@ -618,7 +618,7 @@ static void ul_rpc_add(rpc_t* rpc, void* ctx)

memset(&ci, 0, sizeof(ucontact_info_t));

ret = rpc->scan(ctx, "SSSdfSddd*SS", &table, &aor, &contact, &ci.expires,
ret = rpc->scan(ctx, "SSSdfSuuu*SS", &table, &aor, &contact, &ci.expires,
&dtemp, &path, &ci.flags, &ci.cflags, &ci.methods, &received,
&socket);
if (ret < 9) {
Expand Down

0 comments on commit f959dec

Please sign in to comment.