Bookmarks test (simple null check to detect/ignore multiple transactions, which we can't handle just yet). NOT PART OF BUILD.
git-svn-id: svn://10.0.0.236/branches/RJCTEST_BRANCH@127491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1270,8 +1270,11 @@ nsRemoteBookmarks::OnLDAPMessage(nsILDAPMessage *aMessage)
|
||||
return(NS_ERROR_FAILURE);
|
||||
}
|
||||
|
||||
if (!mLDAPURL)
|
||||
return(NS_ERROR_NULL_POINTER);
|
||||
|
||||
nsXPIDLCString dn;
|
||||
rv = mLDAPURL->GetDn(getter_Copies (dn));
|
||||
rv = mLDAPURL->GetDn(getter_Copies(dn));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
switch(mOpcode)
|
||||
|
||||
Reference in New Issue
Block a user