summaryrefslogtreecommitdiff
path: root/source3/lib/tldap_util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-14 21:16:23 +0100
committerVolker Lendecke <vlendec@samba.org>2011-03-14 22:02:35 +0100
commit8dfa224c1350a9cb3a2d35fae7721bebecfe7934 (patch)
treee6915b8db5989f3f11629efca8ae231825907cad /source3/lib/tldap_util.c
parente818090e245776ca1bcd362a47864eee35ed55ba (diff)
downloadsamba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.tar.gz
samba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.tar.bz2
samba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.zip
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
Diffstat (limited to 'source3/lib/tldap_util.c')
-rw-r--r--source3/lib/tldap_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c
index 8f7ad883ef..52bacfd843 100644
--- a/source3/lib/tldap_util.c
+++ b/source3/lib/tldap_util.c
@@ -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;
}