10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-02 11:25:18 +02:00

Removed ZMQ unbind

This commit is contained in:
Anthony Scemama 2017-10-12 17:59:08 +02:00
parent 074bfc1705
commit 7883be32c1

View File

@ -98,8 +98,7 @@ let run ?(daemon=true) ezfio_filename =
let result =
try
ZMQ.Socket.bind socket address;
ZMQ.Socket.unbind socket address;
accu;
accu
with
| _ -> false;
in