Skip to content

Commit

Permalink
temp: log_path_options_no_ack followup
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Oct 14, 2024
1 parent 10c0aab commit 12ee8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logthrdest/tests/test_logthrdestdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ _generate_messages(TestThreadedDestDriver *dd, gint n, gboolean local)
LogMessage *msg;
FilterXEvalContext filterx_eval_context;
LogPathOptions path_options;
log_path_options_init_noack(&path_options, &filterx_eval_context);
log_path_options_init(&path_options, &filterx_eval_context);
path_options.ack_needed = FALSE;
gchar buf[32];

for (gint i = 0; i < n; i++)
Expand Down

0 comments on commit 12ee8de

Please sign in to comment.