diff options
author | Martin Stransky <stransky@redhat.com> | 2018-08-28 12:40:57 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-08-28 12:40:57 +0200 |
commit | bd7726282836dc39fe7829db7363032ec272ed26 (patch) | |
tree | e3b34257b58c850f543711e5462518df3c031193 /rb255772.patch | |
parent | Added patches for mozbz#1427700 and mozbz#1463809 (diff) | |
download | librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.tar.gz librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.tar.bz2 librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.zip |
Update to 62.0
Diffstat (limited to 'rb255772.patch')
-rw-r--r-- | rb255772.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/rb255772.patch b/rb255772.patch deleted file mode 100644 index c67952b..0000000 --- a/rb255772.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/widget/xremoteclient/DBusRemoteClient.cpp b/widget/xremoteclient/DBusRemoteClient.cpp ---- a/widget/xremoteclient/DBusRemoteClient.cpp -+++ b/widget/xremoteclient/DBusRemoteClient.cpp -@@ -137,17 +137,17 @@ DBusRemoteClient::GetRemoteDestinationNa - profileName.get()); - if (aDestinationName.Length() > DBUS_MAXIMUM_NAME_LENGTH) - aDestinationName.Truncate(DBUS_MAXIMUM_NAME_LENGTH); - - static auto sDBusValidateBusName = - (bool (*)(const char *, DBusError *)) - dlsym(RTLD_DEFAULT, "dbus_validate_bus_name"); - if (!sDBusValidateBusName) { -- return false -+ return false; - } - - if (!sDBusValidateBusName(aDestinationName.get(), nullptr)) { - // We don't have a valid busName yet - try to create a default one. - aDestinationName = nsPrintfCString("org.mozilla.%s.%s", aProgram, - "default"); - if (!sDBusValidateBusName(aDestinationName.get(), nullptr)) { - // We failed completelly to get a valid bus name - just quit - |