diff --git a/0001-Resolve-RHELPLAN-170235-Fix-OpenScanHub-report.patch b/0001-Resolve-RHELPLAN-170235-Fix-OpenScanHub-report.patch index 9bb9ad9..e773d3e 100644 --- a/0001-Resolve-RHELPLAN-170235-Fix-OpenScanHub-report.patch +++ b/0001-Resolve-RHELPLAN-170235-Fix-OpenScanHub-report.patch @@ -49,7 +49,7 @@ index 150489f..b17b843 100644 /* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */ - g_setenv ("GIO_USE_VFS", "local", TRUE); + errno = 0; -+ if (!!g_setenv ("GIO_USE_VFS", "local", TRUE)) ++ if (!g_setenv ("GIO_USE_VFS", "local", TRUE)) + g_warning ("Failed to set GIO_USE_VFS=local: %s", g_strerror (errno)); context = g_option_context_new ("[PREFIX...] - Run installed tests");