Skip to content

Commit

Permalink
Fixes skupperproject#1628: listener adaptor does not use the correct …
Browse files Browse the repository at this point in the history
…log module (skupperproject#1629)
  • Loading branch information
kgiusti authored Oct 11, 2024
1 parent 94439aa commit c8573a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adaptors/adaptor_listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ qd_adaptor_listener_t *qd_adaptor_listener(const qd_dispatch_t *qd,
li->host_port = qd_strdup(config->host_port);
li->service_address = qd_strdup(config->address);
li->backlog = config->backlog;
li->log_module = module;

sys_mutex_init(&li->lock);
li->admin_status = QD_LISTENER_ADMIN_ENABLED;
Expand Down

0 comments on commit c8573a1

Please sign in to comment.