diff -r c360e9aac24a -r 9fc447b00040 mozilla-ntlm-full-path.patch --- a/mozilla-ntlm-full-path.patch Sun Sep 17 10:06:24 2017 +0200 +++ b/mozilla-ntlm-full-path.patch Wed Sep 20 21:52:01 2017 +0200 @@ -1,7 +1,7 @@ # HG changeset patch # User Petr Cerny # Parent 7308e4a7c1f769f4bbbc90870b849cadd99495a6 -# Parent 03565086f1e230cf6f0f6c01bf9a792c732de50b +# Parent fe1932b7223a298863663244accc524d474a9f6d Bug 634334 - call to the ntlm_auth helper fails diff --git a/extensions/auth/nsAuthSambaNTLM.cpp b/extensions/auth/nsAuthSambaNTLM.cpp @@ -25,4 +25,4 @@ }; bool isOK = SpawnIOChild(const_cast(args), &mChildPID, &mFromChildFD, &mToChildFD); - if (!isOK) + if (!isOK)