summaryrefslogtreecommitdiff
path: root/source4/libcli/cldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-07 11:47:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:25 -0500
commitbd5a802a26f427779663a3de5f6d49f352b7c473 (patch)
tree2910b4e5f23c51147a9d9863276ac7ab017bb21e /source4/libcli/cldap
parentac3cbe87c6d492f91c9e18b42191bfc9991a767a (diff)
downloadsamba-bd5a802a26f427779663a3de5f6d49f352b7c473.tar.gz
samba-bd5a802a26f427779663a3de5f6d49f352b7c473.tar.bz2
samba-bd5a802a26f427779663a3de5f6d49f352b7c473.zip
r24992: Remove some uses of lp_*().
(This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55)
Diffstat (limited to 'source4/libcli/cldap')
-rw-r--r--source4/libcli/cldap/cldap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/cldap/cldap.c b/source4/libcli/cldap/cldap.c
index 33d6e88a30..a5c4cc66a1 100644
--- a/source4/libcli/cldap/cldap.c
+++ b/source4/libcli/cldap/cldap.c
@@ -315,7 +315,8 @@ struct cldap_request *cldap_search_send(struct cldap_socket *cldap,
}
req->dest = socket_address_from_strings(req, cldap->sock->backend_name,
- io->in.dest_address, lp_cldap_port());
+ io->in.dest_address,
+ lp_cldap_port());
if (!req->dest) goto failed;
req->message_id = idr_get_new_random(cldap->idr, req, UINT16_MAX);