summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ad.c
diff options
context:
space:
mode:
authorVolker Lendecke <Volker.Lendecke@SerNet.DE>2007-10-27 21:15:07 +0200
committerJeremy Allison <jra@samba.org>2007-10-27 12:50:36 -0700
commita97b33baad5bbce7e8004346aa3a812ec4f91f0e (patch)
tree50d0a92b80dc743256d4c0a88ad494c55acf333e /source3/winbindd/idmap_ad.c
parentacc95a43a1a8079dc41aa1dd882bdf7dd25a6cf2 (diff)
downloadsamba-a97b33baad5bbce7e8004346aa3a812ec4f91f0e.tar.gz
samba-a97b33baad5bbce7e8004346aa3a812ec4f91f0e.tar.bz2
samba-a97b33baad5bbce7e8004346aa3a812ec4f91f0e.zip
Two patches
Hi! Can you check and push them? Thanks, Volker From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001 From: Volker Lendecke <vl@sernet.de> Date: Sat, 27 Oct 2007 14:20:09 +0200 Subject: [PATCH] Fix some warnings and errors (This used to be commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174)
Diffstat (limited to 'source3/winbindd/idmap_ad.c')
-rw-r--r--source3/winbindd/idmap_ad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index 0d190eb4a1..50f7914f85 100644
--- a/source3/winbindd/idmap_ad.c
+++ b/source3/winbindd/idmap_ad.c
@@ -60,7 +60,7 @@ static ADS_STRUCT *ad_idmap_cached_connection_internal(void)
ADS_STATUS status;
bool local = False;
fstring dc_name;
- struct in_addr dc_ip;
+ struct sockaddr_storage dc_ip;
if (ad_idmap_ads != NULL) {