diff options
author | Jeremy Allison <jra@samba.org> | 2007-01-17 18:25:35 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-01-17 18:25:35 +0000 |
commit | 37b015b36bcf5da6ac985105b06ffcbe819a01de (patch) | |
tree | 5ac72a0d0079f43ad1fbd25b8dd4f8824f716ab8 /source/include/ads.h | |
parent | e8cf89ac47e458add8d9febe8b601d544c367bb7 (diff) | |
download | samba-37b015b36bcf5da6ac985105b06ffcbe819a01de.tar.gz samba-37b015b36bcf5da6ac985105b06ffcbe819a01de.tar.xz samba-37b015b36bcf5da6ac985105b06ffcbe819a01de.zip |
r20857: Silence gives assent :-). Checking in the fix for
site support in a network where many DC's are down.
I heard via Volker there is still a bug w.r.t the
wrong site being chosen with trusted domains but
we'll have to layer that fix on top of this.
Gd - complain if this doesn't work for you.
Jeremy.
Diffstat (limited to 'source/include/ads.h')
-rw-r--r-- | source/include/ads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h index 58fac369206..1d8b1f3d322 100644 --- a/source/include/ads.h +++ b/source/include/ads.h @@ -55,6 +55,7 @@ typedef struct { char *server_site_name; char *client_site_name; time_t current_time; + int tried_closest_dc; } config; /* info derived from the servers schema */ |