create channel w/ minor error on verification send-back
This commit is contained in:
@@ -55,8 +55,8 @@ private:
|
||||
|
||||
class DummyResponseHandler : public ResponseHandler {
|
||||
public:
|
||||
DummyResponseHandler(Context* context) :
|
||||
ResponseHandler(context), packets(0) {
|
||||
DummyResponseHandler(Context* context)
|
||||
: packets(0) {
|
||||
}
|
||||
|
||||
int getPackets() {
|
||||
|
||||
Reference in New Issue
Block a user