ofono: fix incorrect plugin path check in patch

Fixes #88178
gstqt5
Jonas 2020-05-20 16:08:17 +09:00 committed by Bjørn Forsman
parent bcb05f050e
commit d89160e7b0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ index 924a45ec..f05055c3 100644
+
+ plugin_path = g_getenv ("OFONO_PLUGIN_PATH");
+
+ if (!plugin_path) {
+ if (plugin_path) {
+ gchar **plugin_path_list;
+ gsize i;
+