mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).
This commit is contained in:
parent
7ddb6abbe3
commit
d2339b8896
@ -58,7 +58,7 @@ NS_IMETHODIMP
|
||||
nsLDAPURL::GetSpec(char* *aSpec)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aSpec);
|
||||
NS_ENSURE_FALSE(mSpec == nsnull, NS_ERROR_NOT_INITIALIZED);
|
||||
NS_ENSURE_FALSE(mSpec.IsEmpty(), NS_ERROR_NOT_INITIALIZED);
|
||||
|
||||
// copy it out
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user