From 516f32654ae2897acd1d7095f18ac6eb0db09230 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Sep 2011 09:54:56 +1000 Subject: s4-repl: remove unused principal_name element --- source4/dsdb/repl/drepl_service.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/dsdb/repl/drepl_service.h') diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h index d912ec7ab7..98564529bb 100644 --- a/source4/dsdb/repl/drepl_service.h +++ b/source4/dsdb/repl/drepl_service.h @@ -52,9 +52,6 @@ struct dreplsrv_out_connection { /* the out going connection to the source dsa */ struct dreplsrv_drsuapi_connection *drsuapi; - - /* used to force the GC principal name */ - const char *principal_name; }; struct dreplsrv_partition_source_dsa { -- cgit