зеркало из https://github.com/mozilla/pjs.git
removed NS_ENSURE_ARG macros, as NULL pointers are valid for either argument. a=r=(not built)
This commit is contained in:
Родитель
cccf93ab0c
Коммит
0b741f6d8c
|
@ -89,9 +89,6 @@ nsLDAPOperation::GetConnection(nsILDAPConnection* *aConnection)
|
|||
NS_IMETHODIMP
|
||||
nsLDAPOperation::SimpleBind(const char *who, const char *passwd)
|
||||
{
|
||||
NS_ENSURE_ARG(who);
|
||||
NS_ENSURE_ARG(passwd);
|
||||
|
||||
this->mMsgId = ldap_simple_bind(this->mConnectionHandle, who,
|
||||
passwd);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче