honor settings in output server

This commit is contained in:
Denis 2023-12-14 23:34:20 +01:00
parent f55c055ad5
commit bcabb2732b
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -48,6 +48,8 @@ int main(int argc, char ** argv) {
}
};
load_out_config(&dev_out_thread_data.settings, configuration_file);
pthread_t dev_out_thread;
const int dev_out_thread_creation = pthread_create(&dev_out_thread, NULL, dev_out_thread_func, (void*)(&dev_out_thread_data));
if (dev_out_thread_creation != 0) {