From 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 12 Feb 2025 13:46:50 +0100 Subject: New upstream version 1.51.90 --- src/core/nm-auth-utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/nm-auth-utils.c') diff --git a/src/core/nm-auth-utils.c b/src/core/nm-auth-utils.c index aa2547b3..389004aa 100644 --- a/src/core/nm-auth-utils.c +++ b/src/core/nm-auth-utils.c @@ -293,7 +293,7 @@ nm_auth_chain_set_data_unsafe(NMAuthChain *self, } chain_data = &self->data_arr[self->data_len++]; - *chain_data = (ChainData){ + *chain_data = (ChainData) { .tag = tag, .data = data, .destroy = data_destroy, @@ -445,7 +445,7 @@ nm_auth_chain_add_call_unsafe(NMAuthChain *self, const char *permission, gboolea } call = g_slice_new(AuthCall); - *call = (AuthCall){ + *call = (AuthCall) { .chain = self, .call_id = NULL, .result = NM_AUTH_CALL_RESULT_UNKNOWN, @@ -520,7 +520,7 @@ nm_auth_chain_new_subject(NMAuthSubject *subject, nm_assert(done_func); self = g_slice_new(NMAuthChain); - *self = (NMAuthChain){ + *self = (NMAuthChain) { .done_func = done_func, .user_data = user_data, .context = nm_g_object_ref(context), -- cgit 1.3.0-6-gf8a5