File mozilla-ntlm-full-path.patch of Package MozillaFirefox.11385

# HG changeset patch
# User Petr Cerny <pcerny@novell.com>
# Date 1558421102 -7200
#      Tue May 21 08:45:02 2019 +0200
# Node ID b825947c7ad831b46f14068988ef13246425c2ca
# Parent  eda83b87b1929468d51b80416dd23d7e87270bbe
Bug 634334 - call to the ntlm_auth helper fails

diff -r eda83b87b192 extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp	Tue May 21 08:44:59 2019 +0200
+++ b/extensions/auth/nsAuthSambaNTLM.cpp	Tue May 21 17:37:38 2019 +0200
@@ -161,7 +161,7 @@
   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",
openSUSE Build Service is sponsored by