Thanks to visit codestin.com Credit goes to github.com
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 daef3d2 + 1712134 commit 8c65fd6Copy full SHA for 8c65fd6
lib/AgrirouterClient/inc/AgrirouterMessageUtils.h
@@ -85,7 +85,7 @@ static RequestEnvelope createRequestHeader(const std::string &messageId, int64_t
85
header.set_mode(addressing.mode);
86
87
if ((addressing.mode == RequestEnvelope::DIRECT) ||
88
- (addressing.mode == RequestEnvelope::DIRECT)) {
+ (addressing.mode == RequestEnvelope::PUBLISH_WITH_DIRECT)) {
89
// Add recipients
90
for (std::list<std::string>::iterator it = addressing.recipients.begin();
91
it != addressing.recipients.end(); ++it) {
0 commit comments