summaryrefslogtreecommitdiff
path: root/source4/include/ads.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/ads.h')
-rw-r--r--source4/include/ads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/ads.h b/source4/include/ads.h
index 71bca6eb71..8db0209573 100644
--- a/source4/include/ads.h
+++ b/source4/include/ads.h
@@ -22,7 +22,7 @@
typedef struct {
void *ld; /* the active ldap structure */
- struct in_addr ldap_ip; /* the ip of the active connection, if any */
+ struct ipv4_addr ldap_ip; /* the ip of the active connection, if any */
time_t last_attempt; /* last attempt to reconnect */
int ldap_port;