Commit b771b6d4 authored by Jean Bez's avatar Jean Bez
Browse files

Include new forwarding test

parent c6dd5ce7
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -146,8 +146,6 @@ void *forwarding_mapper(void* p) {
            exit_error_msg(EXIT_FAILURE, fmt::format("Unable set the forwarding host '{}'", e.what()));
        }

        // Sleeps for 10 seconds
        // sleep(10);
        pthread_mutex_lock(&remap_mutex);
        pthread_cond_timedwait(&remap_signal, &remap_mutex, &timeout);
        pthread_mutex_unlock(&remap_mutex);