ofono: fix incorrect plugin path check in patch

Fixes #88178
This commit is contained in:
Jonas 2020-05-20 16:08:17 +09:00 committed by Bjørn Forsman
parent bcb05f050e
commit d89160e7b0

View File

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