Skip to content

Commit

Permalink
pua_rpc: fix typos
Browse files Browse the repository at this point in the history
Thanks, lintian
> I: kamailio-presence-modules: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/pua_rpc.so pres press
  • Loading branch information
linuxmaniac committed Feb 7, 2018
1 parent 911f81f commit 60b64f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/pua_rpc/pua_rpc.c
Expand Up @@ -337,8 +337,8 @@ static void pua_rpc_subscribe(rpc_t* rpc, void* ctx)
return;
}
if(parse_uri(pres_uri.s, pres_uri.len, &uri)<0) {
LM_ERR("bad pres uri\n");
rpc->fault(ctx, 400, "Invalid pres URI");
LM_ERR("bad presentity uri\n");
rpc->fault(ctx, 400, "Invalid presentity URI");
return;
}
if(parse_uri(watcher_uri.s, watcher_uri.len, &uri)<0) {
Expand Down

0 comments on commit 60b64f5

Please sign in to comment.