diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-01-02 15:47:37 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-01-18 11:45:36 +0100 |
commit | 8a46b25cfa8c33daa8af37bb8103ca02286001b1 (patch) | |
tree | 1725f84d8c42af42d1153aeaa71e63be8854bc93 /src/main.c | |
parent | 1443bf77e8cefc6f2d49f1e7f4140155ad73551b (diff) | |
download | NetworkManager-8a46b25cfa8c33daa8af37bb8103ca02286001b1.tar.gz |
all: require glib 2.40lr/glib-2-40
RHEL 7.1 and Ubuntu 14.04 LTS both have this.
https://bugzilla.gnome.org/show_bug.cgi?id=792323
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 6984d52dda..896e39d644 100644 --- a/src/main.c +++ b/src/main.c @@ -232,8 +232,6 @@ main (int argc, char *argv[]) NMConfigCmdLineOptions *config_cli; guint sd_id = 0; - nm_g_type_init (); - /* Known to cause a possible deadlock upon GDBus initialization: * https://bugzilla.gnome.org/show_bug.cgi?id=674885 */ g_type_ensure (G_TYPE_SOCKET); |