Skip to content

Commit

Permalink
msg/async, v2: fix wrong base for KeepAliveFrameAck.
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
  • Loading branch information
rzarzynski committed Feb 23, 2019
1 parent 774bd9d commit 1ea9756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/async/ProtocolV2.cc
Expand Up @@ -507,7 +507,7 @@ struct KeepAliveFrame : public SignedEncryptedFrame<KeepAliveFrame, utime_t> {
};

struct KeepAliveFrameAck
: public SignedEncryptedFrame<KeepAliveFrame, utime_t> {
: public SignedEncryptedFrame<KeepAliveFrameAck, utime_t> {
static const ProtocolV2::Tag tag = ProtocolV2::Tag::KEEPALIVE2_ACK;
using SignedEncryptedFrame::SignedEncryptedFrame;

Expand Down

0 comments on commit 1ea9756

Please sign in to comment.