diff -r 55fe9dc16b1f -r 830e50bbfc79 mozilla-ntlm-full-path.patch --- a/mozilla-ntlm-full-path.patch Tue Sep 11 19:27:36 2012 +0200 +++ b/mozilla-ntlm-full-path.patch Thu Sep 13 21:36:45 2012 +0200 @@ -1,12 +1,12 @@ # HG changeset patch # User Petr Cerny -# Parent 4f5fe2278cd5cff898ad762457312f60a7e82a67 +# Parent 7308e4a7c1f769f4bbbc90870b849cadd99495a6 Bug 634334 - call to the ntlm_auth helper fails diff --git a/extensions/auth/nsAuthSambaNTLM.cpp b/extensions/auth/nsAuthSambaNTLM.cpp --- a/extensions/auth/nsAuthSambaNTLM.cpp +++ b/extensions/auth/nsAuthSambaNTLM.cpp -@@ -168,17 +168,17 @@ static PRUint8* ExtractMessage(const nsA +@@ -168,17 +168,17 @@ static uint8_t* ExtractMessage(const nsA nsresult nsAuthSambaNTLM::SpawnNTLMAuthHelper() { @@ -20,7 +20,7 @@ "--helper-protocol", "ntlmssp-client-1", "--use-cached-creds", "--username", username, - nsnull + nullptr }; bool isOK = SpawnIOChild(const_cast(args), &mChildPID, &mFromChildFD, &mToChildFD);