mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 05:04:12 +02:00
Typo in IPC name
This commit is contained in:
@@ -72,7 +72,7 @@ int main (int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
//TODO: Use ipc?
|
||||
if (zmq_connect(socket, "ipc://writer_metad") != 0) {
|
||||
if (zmq_connect(socket, "ipc://writer_meta") != 0) {
|
||||
throw runtime_error(strerror (errno));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user