summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-09-22 09:54:56 +1000
committerAndrew Tridgell <tridge@samba.org>2011-09-22 10:00:49 +1000
commit516f32654ae2897acd1d7095f18ac6eb0db09230 (patch)
tree6439ed89ce460bef0910bebfa5341dc5150a6661
parentaba856c6668bbe56e2d84057bead31de1e08e2bd (diff)
downloadsamba-516f32654ae2897acd1d7095f18ac6eb0db09230.tar.gz
samba-516f32654ae2897acd1d7095f18ac6eb0db09230.tar.bz2
samba-516f32654ae2897acd1d7095f18ac6eb0db09230.zip
s4-repl: remove unused principal_name element
-rw-r--r--source4/dsdb/repl/drepl_service.h3
1 files changed, 0 insertions, 3 deletions
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 {