We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d604cd + 73b6ba0 commit f2bf35aCopy full SHA for f2bf35a
modules/osp/term_transaction.c
@@ -91,7 +91,7 @@ int ospValidateHeader(
91
ospInitInboundInfo(&inbound);
92
ospInitDestination(&dest);
93
94
- if ((errorcode = OSPPTransactionNew(_osp_provider, &transaction) != OSPC_ERR_NO_ERROR)) {
+ if ((errorcode = OSPPTransactionNew(_osp_provider, &transaction)) != OSPC_ERR_NO_ERROR) {
95
LM_ERR("failed to create a new OSP transaction handle (%d)\n", errorcode);
96
} else if (ospGetFromUser(msg, dest.calling, sizeof(dest.calling)) != 0) {
97
LM_ERR("failed to extract calling number\n");
0 commit comments