summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-07-25 09:36:47 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-07-25 09:36:47 +0200
commite7bdb31a4abd8044e0b813b279c85ee31f07c235 (patch)
tree150223d351ad2860982f86afec2e9c4ecb107c55 /messagebus
parent95d4c75a2c46e1e0e3b189c2bb1fe3e4242ef411 (diff)
Outch, first -> second
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/vespa/messagebus/protocolrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/vespa/messagebus/protocolrepository.cpp b/messagebus/src/vespa/messagebus/protocolrepository.cpp
index 61b08384f79..d2661e3ef80 100644
--- a/messagebus/src/vespa/messagebus/protocolrepository.cpp
+++ b/messagebus/src/vespa/messagebus/protocolrepository.cpp
@@ -30,7 +30,7 @@ ProtocolRepository::putProtocol(const IProtocol::SP & protocol)
if (protocolIndex == _numProtocols) {
assert(_numProtocols < MAX_PROTOCOLS);
_protocols[protocolIndex].first = name;
- _protocols[protocolIndex].first = nullptr;
+ _protocols[protocolIndex].second = nullptr;
_numProtocols++;
} else {
clearPolicyCache();