summaryrefslogtreecommitdiff
path: root/rhbz-1173156.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
commit20f53a2230be53d8484ea334bf7e760b37d5bc1b (patch)
treea3408825c9e3c0e6f300598835ea1f5d761bb5b4 /rhbz-1173156.patch
parent7e8d9ad8b111581a05b796df00cd8bbd4e134fe5 (diff)
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'rhbz-1173156.patch')
-rw-r--r--rhbz-1173156.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/rhbz-1173156.patch b/rhbz-1173156.patch
new file mode 100644
index 0000000..c35d901
--- /dev/null
+++ b/rhbz-1173156.patch
@@ -0,0 +1,12 @@
+diff -up firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp
+--- firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 2019-01-22 10:36:09.284069020 +0100
++++ firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp 2019-01-22 10:37:12.669757744 +0100
+@@ -161,7 +161,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthH
+ const char* username = PR_GetEnv("USER");
+ if (!username) return NS_ERROR_FAILURE;
+
+- const char* const args[] = {"ntlm_auth",
++ const char* const args[] = {"/usr/bin/ntlm_auth",
+ "--helper-protocol",
+ "ntlmssp-client-1",
+ "--use-cached-creds",