diff options
author | Günther Deschner <gd@samba.org> | 2007-07-11 13:32:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:33 -0500 |
commit | 1d5b08326fa72bd3423b377a4e6243466e778622 (patch) | |
tree | 697bd959daa0e5b7014d5b0616e863ec0e4d340f /source/include/ads.h | |
parent | ad0a6d5703c35d48ab5bbfa8d6506d42e0cfb61d (diff) | |
download | samba-1d5b08326fa72bd3423b377a4e6243466e778622.tar.gz samba-1d5b08326fa72bd3423b377a4e6243466e778622.tar.xz samba-1d5b08326fa72bd3423b377a4e6243466e778622.zip |
r23838: Allow to store schema and config path in ADS_STRUCT config.
Guenther
Diffstat (limited to 'source/include/ads.h')
-rw-r--r-- | source/include/ads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h index c01a1055b2d..85c87bfeee0 100644 --- a/source/include/ads.h +++ b/source/include/ads.h @@ -58,6 +58,8 @@ typedef struct { char *client_site_name; time_t current_time; int tried_closest_dc; + char *schema_path; + char *config_path; } config; } ADS_STRUCT; |