Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).
git-svn-id: svn://10.0.0.236/trunk@78216 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b830723933
commit
b4dcf51e1d
@ -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