Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I think!)
svn path=/trunk/; revision=6653
This commit is contained in:
@ -330,7 +330,7 @@ ldap_error_to_response (int ldap_error)
|
||||
{
|
||||
if (ldap_error == LDAP_SUCCESS)
|
||||
return GNOME_Evolution_Addressbook_BookListener_Success;
|
||||
else if (NAME_ERROR (ldap_error))
|
||||
else if (LDAP_NAME_ERROR (ldap_error))
|
||||
return GNOME_Evolution_Addressbook_BookListener_CardNotFound;
|
||||
else if (ldap_error == LDAP_INSUFFICIENT_ACCESS)
|
||||
return GNOME_Evolution_Addressbook_BookListener_PermissionDenied;
|
||||
|
||||
Reference in New Issue
Block a user