Unverified Commit 45657e43 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Ensure engine_options are initialized correctly

Fixes #47
parent 473ef38e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -96,7 +96,8 @@ bool init_hermes_client(const std::string& transport_prefix) {

    try {

        hermes::engine_options opts;
        hermes::engine_options opts{};

#if USE_SHM
        opts |= hermes::use_auto_sm;
#endif