diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:13:08 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:13:08 +0000 |
| commit | ee8469dbc1fa88e770dc42b9e36c16096db86c5c (patch) | |
| tree | a3408825c9e3c0e6f300598835ea1f5d761bb5b4 /rhbz-1173156.patch | |
| parent | c598e711556fc5cd73a0a78ba7c6c3c71b28b074 (diff) | |
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'rhbz-1173156.patch')
| -rw-r--r-- | rhbz-1173156.patch | 12 |
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", |
