Changeset 232 for branches/samba-3.2.x/source/libads/ndr.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/libads/ndr.c
r133 r232 76 76 ndr_print_string(ndr, "client_site_name", r->config.client_site_name); 77 77 ndr_print_time_t(ndr, "current_time", r->config.current_time); 78 ndr_print_bool(ndr, "tried_closest_dc", r->config.tried_closest_dc);79 78 ndr_print_string(ndr, "schema_path", r->config.schema_path); 80 79 ndr_print_string(ndr, "config_path", r->config.config_path);
Note:
See TracChangeset
for help on using the changeset viewer.