X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2Fplpbus%2FBusClient.cc;h=2a847274d00f15cf287871f6f7b78968de8d7158;hb=ac0ee5603ae29e920bcb27c5a3ccbbcc531f2baf;hp=b69787b7d64081a5ff22f84cb2d476d35310a9e8;hpb=d226838d9e99544aa7dcbbf96513e4f84845710c;p=libplpbus.git diff --git a/src/plpbus/BusClient.cc b/src/plpbus/BusClient.cc index b69787b..2a84727 100644 --- a/src/plpbus/BusClient.cc +++ b/src/plpbus/BusClient.cc @@ -136,6 +136,7 @@ int BusClient::send_message_and_wait_response(BusMessage *msg_req_param, BusMess seq_rsp = NULL; _server->send_dataitem_message_and_wait_response(msg_req_param->_dataItemSeq, seq_rsp); + return 0; } void BusClient::request_shutdown() {