зеркало из https://github.com/mozilla/pjs.git
Back out temporary test patch from bug 401955 now that we have the builds.
This commit is contained in:
Родитель
7a06fdf42b
Коммит
0e662e489c
|
@ -482,10 +482,12 @@ nsLDAPMessage::GetValues(const char *aAttr, PRUint32 *aCount,
|
||||||
PRUnichar ***aValues)
|
PRUnichar ***aValues)
|
||||||
{
|
{
|
||||||
char **values;
|
char **values;
|
||||||
|
|
||||||
|
#if defined(DEBUG)
|
||||||
// We only want this being logged for debug builds so as not to affect performance too much.
|
// We only want this being logged for debug builds so as not to affect performance too much.
|
||||||
PR_LOG(gLDAPLogModule, PR_LOG_DEBUG,
|
PR_LOG(gLDAPLogModule, PR_LOG_DEBUG,
|
||||||
("nsLDAPMessage::GetValues(): called with aAttr = '%s'", aAttr));
|
("nsLDAPMessage::GetValues(): called with aAttr = '%s'", aAttr));
|
||||||
|
#endif
|
||||||
|
|
||||||
values = ldap_get_values(mConnectionHandle, mMsgHandle, aAttr);
|
values = ldap_get_values(mConnectionHandle, mMsgHandle, aAttr);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче