mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-05 12:30:44 +02:00
doc: generate-setings-spec: don't need to init dbus-glib
This commit is contained in:
parent
16c18a0c8f
commit
9253d1bc16
1 changed files with 0 additions and 2 deletions
|
|
@ -156,7 +156,6 @@ int
|
|||
main (int argc, char *argv[])
|
||||
{
|
||||
GError *error = NULL;
|
||||
DBusGConnection *bus;
|
||||
FILE *f;
|
||||
int w;
|
||||
SettingNewFunc *fptr;
|
||||
|
|
@ -167,7 +166,6 @@ main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
g_type_init ();
|
||||
bus = dbus_g_bus_get (DBUS_BUS_SESSION, NULL);
|
||||
|
||||
if (!nm_utils_init (&error)) {
|
||||
fprintf (stderr, "ERR: failed to initialize libnm-util: %s", error->message);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue