mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 00:10:23 +01:00
systemd: add an initializer
Fixes build with exceptions enabled.
This commit is contained in:
parent
495faa3191
commit
960127422d
1 changed files with 1 additions and 1 deletions
|
|
@ -1066,7 +1066,7 @@ int fflush_and_check(FILE *f) {
|
|||
|
||||
/* This is much like like mkostemp() but is subject to umask(). */
|
||||
int mkostemp_safe(char *pattern, int flags) {
|
||||
_cleanup_umask_ mode_t u;
|
||||
_cleanup_umask_ mode_t u = 0;
|
||||
int fd;
|
||||
|
||||
assert(pattern);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue