diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-03 23:33:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:53 +0100 |
commit | e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c (patch) | |
tree | 69921039ee023eec3264a9b424c662fab2caea5f /source/libcli/cldap/cldap.h | |
parent | e52710d6794a25ba697f8c26b43784226964f9cb (diff) | |
download | samba-e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c.tar.gz |
r26271: Remove some more uses of global_loadparm.
Diffstat (limited to 'source/libcli/cldap/cldap.h')
-rw-r--r-- | source/libcli/cldap/cldap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/libcli/cldap/cldap.h b/source/libcli/cldap/cldap.h index cdee775aa79..217ac0ff1b4 100644 --- a/source/libcli/cldap/cldap.h +++ b/source/libcli/cldap/cldap.h @@ -73,6 +73,7 @@ struct cldap_request { struct cldap_socket { struct socket_context *sock; struct event_context *event_ctx; + struct loadparm_context *lp_ctx; /* the fd event */ struct fd_event *fde; @@ -151,6 +152,7 @@ NTSTATUS cldap_error_reply(struct cldap_socket *cldap, struct cldap_netlogon { struct { const char *dest_address; + uint16_t dest_port; const char *realm; const char *host; const char *user; |