Skip to content

Commit

Permalink
Merge pull request #49 from SolaceDev/SOL-117452
Browse files Browse the repository at this point in the history
SOL-117452: Fix Extra P2P topic subscription from request reply publisher
  • Loading branch information
oodigie authored Apr 26, 2024
2 parents 688c010 + b75c232 commit bb4c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ccsmp/ccsmp_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _SessionTopicSubscribeWithFlags( solClient_opaqueSession_pt opaqueSession_p,
dispatchInfo.user_p = dispatchId_p;
dispatchInfo.rfu_p = NULL;
return solClient_session_topicSubscribeWithDispatch ( opaqueSession_p,
SOLCLIENT_SUBSCRIBE_FLAGS_REQUEST_CONFIRM,
flags,
topicSubscription_p,
&dispatchInfo,
correlationTag_p);
Expand Down

0 comments on commit bb4c4fc

Please sign in to comment.