summaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/http/server_publisher.cc
diff options
context:
space:
mode:
authorMichele Papalini <micpapal@cisco.com>2019-04-19 08:15:30 +0000
committerGerrit Code Review <gerrit@fd.io>2019-04-19 08:15:30 +0000
commit305e7617be61d21ebd0dee043588c469bc28ad3b (patch)
tree83ee1a84277db1497fd2c83557070301cd58e225 /libtransport/src/hicn/transport/http/server_publisher.cc
parent578ddd558df8824a70ada334d7636614eab729f3 (diff)
parentb375370d0f11163da8cb752c4a3f992a89ef80ee (diff)
Merge "[HICN-178] Sync send of control messages."
Diffstat (limited to 'libtransport/src/hicn/transport/http/server_publisher.cc')
-rw-r--r--libtransport/src/hicn/transport/http/server_publisher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/hicn/transport/http/server_publisher.cc b/libtransport/src/hicn/transport/http/server_publisher.cc
index 012f36091..6a4bb9c48 100644
--- a/libtransport/src/hicn/transport/http/server_publisher.cc
+++ b/libtransport/src/hicn/transport/http/server_publisher.cc
@@ -23,7 +23,7 @@ namespace http {
HTTPServerPublisher::HTTPServerPublisher(const core::Name &content_name)
: content_name_(content_name, true) {
std::string identity = "acceptor_producer";
- producer_ = std::make_unique<ProducerSocket>(io_service_);
+ producer_ = std::make_unique<ProducerSocket>();
// utils::Identity::generateIdentity(identity));
core::Prefix publisher_prefix(content_name_, 128);
producer_->registerPrefix(publisher_prefix);