From eabd968e79f9d24e49afca2db940eaab9ff52459 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 25 Jun 2019 10:51:46 +0200 Subject: Fix odr-zmq2edi multi-output --- src/zmq2edi/zmq2edi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zmq2edi/zmq2edi.cpp') diff --git a/src/zmq2edi/zmq2edi.cpp b/src/zmq2edi/zmq2edi.cpp index a2daf49..3888d8a 100644 --- a/src/zmq2edi/zmq2edi.cpp +++ b/src/zmq2edi/zmq2edi.cpp @@ -169,7 +169,7 @@ static void add_edi_destination(void) } edi_conf.destinations.push_back(move(edi_destination)); - edi_destination.reset(); + edi_destination = std::make_shared(); source_port_set = false; source_addr_set = false; -- cgit v1.2.3