diff options
Diffstat (limited to 'src/core/nm-dbus-manager.c')
| -rw-r--r-- | src/core/nm-dbus-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-dbus-manager.c b/src/core/nm-dbus-manager.c index 7e6757f0..a89c7040 100644 --- a/src/core/nm-dbus-manager.c +++ b/src/core/nm-dbus-manager.c @@ -549,7 +549,7 @@ _get_caller_info_ensure(NMDBusManager *self, gsize l = strlen(sender) + 1; caller_info = g_malloc(sizeof(CallerInfo) + l); - *caller_info = (CallerInfo){ + *caller_info = (CallerInfo) { .uid_checked_at = -CALLER_INFO_MAX_AGE, .pid_checked_at = -CALLER_INFO_MAX_AGE, }; |