mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 07:38:20 +02:00
Avoid possible use of uninitialized variable
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
6413acafef
commit
eebad8668d
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ populate_environment (BusActivation *activation)
|
|||
DBusString value;
|
||||
int i;
|
||||
char **environment;
|
||||
dbus_bool_t retval;
|
||||
dbus_bool_t retval = FALSE;
|
||||
|
||||
environment = _dbus_get_environment ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue