s4-repl: remove unused principal_name element
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Sep 2011 23:54:56 +0000 (09:54 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 Sep 2011 00:00:49 +0000 (10:00 +1000)
source4/dsdb/repl/drepl_service.h

index d912ec7ab719bb75f71f02948ae0ca98ac176d18..98564529bb7d7463a964f9527bfc19d161cc0bd2 100644 (file)
@@ -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 {