Skip to content

Commit

Permalink
Fixed missing handlePingresp() callback in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
avsdev-cw committed Jun 28, 2017
1 parent 0adb43e commit 7f344f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt/qmqtt_client_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void QMQTT::ClientPrivate::onNetworkReceived(const QMQTT::Frame& frm)
handleUnsuback(topic);
break;
case PINGRESP:

handlePingresp();
break;
default:
break;
Expand Down

0 comments on commit 7f344f4

Please sign in to comment.