diff options
author | Martin Stransky <stransky@redhat.com> | 2016-09-08 13:37:25 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-09-08 13:37:25 +0200 |
commit | 358c2b48a3d9838d8e3252039586a0ca1abdcb01 (patch) | |
tree | d2d7f6bc6a233d417e0f5fb4bd291e3aaaa35196 /mozilla-1270046.patch | |
parent | Added translations for .desktop file actions (diff) | |
download | librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.gz librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.bz2 librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.zip |
Update to 49.0
Diffstat (limited to 'mozilla-1270046.patch')
-rw-r--r-- | mozilla-1270046.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-1270046.patch b/mozilla-1270046.patch deleted file mode 100644 index 16c6b45..0000000 --- a/mozilla-1270046.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- firefox-46.0.1/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 2016-05-03 06:31:11.000000000 +0100 -+++ firefox-46.0.1/extensions/auth/nsAuthSambaNTLM.cpp 2016-05-04 10:18:53.157429123 +0100 -@@ -256,7 +256,8 @@ nsAuthSambaNTLM::GetNextToken(const void - nsCString line; - if (!ReadLine(mFromChildFD, line)) - return NS_ERROR_FAILURE; -- if (!StringBeginsWith(line, NS_LITERAL_CSTRING("KK "))) { -+ if (!StringBeginsWith(line, NS_LITERAL_CSTRING("KK ")) && -+ !StringBeginsWith(line, NS_LITERAL_CSTRING("AF "))) { - // Something went wrong. Perhaps no credentials are accessible. - return NS_ERROR_FAILURE; - } |