View | Details | Raw Unified | Return to bug 46109
Collapse All | Expand All

(-)a/source4/dsdb/kcc/kcc_connection.c (-1 lines)
 Lines 190-196   struct kcc_connection_list *kccsrv_find_connections(struct kccsrv_service *s, Link Here 
190
	const char *attrs[] = { "objectGUID", "fromServer", NULL };
190
	const char *attrs[] = { "objectGUID", "fromServer", NULL };
191
	struct kcc_connection_list *list;
191
	struct kcc_connection_list *list;
192
	TALLOC_CTX *tmp_ctx;
192
	TALLOC_CTX *tmp_ctx;
193
	kcctpl_test(s);
194
193
195
	tmp_ctx = talloc_new(mem_ctx);
194
	tmp_ctx = talloc_new(mem_ctx);
196
	if (!tmp_ctx) {
195
	if (!tmp_ctx) {
(-)a/source4/dsdb/wscript_build (-2 / +1 lines)
 Lines 43-49   bld.SAMBA_LIBRARY('dsdb_garbage_collect_tombstones', Link Here 
43
                  private_library=True)
43
                  private_library=True)
44
44
45
bld.SAMBA_MODULE('service_kcc',
45
bld.SAMBA_MODULE('service_kcc',
46
	source='kcc/kcc_service.c kcc/kcc_connection.c kcc/kcc_topology.c kcc/kcc_periodic.c kcc/kcc_drs_replica_info.c',
46
	source='kcc/kcc_service.c kcc/kcc_connection.c kcc/kcc_periodic.c kcc/kcc_drs_replica_info.c',
47
	autoproto='kcc/kcc_service_proto.h',
47
	autoproto='kcc/kcc_service_proto.h',
48
	subsystem='service',
48
	subsystem='service',
49
	init_function='server_service_kcc_init',
49
	init_function='server_service_kcc_init',
50
- 

Return to bug 46109