mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3: Change tldap_entry_attributes to the "array,count" convention
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
This commit is contained in:
committed by
Volker Lendecke
parent
e818090e24
commit
8dfa224c13
@ -28,7 +28,7 @@ bool tldap_entry_values(struct tldap_message *msg, const char *attribute,
|
||||
struct tldap_attribute *attributes;
|
||||
int i, num_attributes;
|
||||
|
||||
if (!tldap_entry_attributes(msg, &num_attributes, &attributes)) {
|
||||
if (!tldap_entry_attributes(msg, &attributes, &num_attributes)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user