diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 21:35:10 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 21:35:10 +0200 |
commit | d36edccc00452ff059a2e0ab5b7c4b68cb84eeb1 (patch) | |
tree | cbf55ec9969235754fee3b1264d4e775476ead75 /source3/winbindd/idmap_ad.c | |
parent | 2c1b1255c2dc095013863a1d99b750e8506237fa (diff) | |
parent | bc9bbda8b390a221d7b88fd6eb1b54efc8c91c6b (diff) | |
download | samba-d36edccc00452ff059a2e0ab5b7c4b68cb84eeb1.tar.gz samba-d36edccc00452ff059a2e0ab5b7c4b68cb84eeb1.tar.bz2 samba-d36edccc00452ff059a2e0ab5b7c4b68cb84eeb1.zip |
Merge branch 'master' of git://git.samba.org/samba
Conflicts:
source3/include/proto.h
Diffstat (limited to 'source3/winbindd/idmap_ad.c')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 8144d876d4..60a2d8642a 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -517,6 +517,8 @@ again: bidx = idx; for (i = 0; (i < IDMAP_AD_MAX_IDS) && ids[idx]; i++, idx++) { + ids[idx]->status = ID_UNKNOWN; + sidstr = sid_binstring(ids[idx]->sid); filter = talloc_asprintf_append_buffer(filter, "(objectSid=%s)", sidstr); |