Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ca45e62b
Commit
ca45e62b
authored
Jun 21, 2011
by
Rich Megginson
Committed by
Quanah Gibson-Mount
Jun 21, 2011
Browse files
ITS#6862 MozNSS - workaround PR_SetEnv bug
parent
7e528ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/tls_m.c
View file @
ca45e62b
...
...
@@ -2891,7 +2891,9 @@ tlsm_init( void )
* context in the child.
*/
if
(
!
nofork
)
{
PR_SetEnv
(
"NSS_STRICT_NOFORK=DISABLED"
);
/* will leak one time */
char
*
noforkenvvar
=
PL_strdup
(
"NSS_STRICT_NOFORK=DISABLED"
);
PR_SetEnv
(
noforkenvvar
);
}
return
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment