diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-16 18:57:02 +0300 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-19 03:34:00 +0300 |
commit | 20a8481d3ff149e3cece6f2d8d2cf6ae8462d11a (patch) | |
tree | 653058ada3f3c23b371e7b512c59e0cb22eec230 /source4/torture | |
parent | da2554117e2d9dc4bde7d47d6e81d5d572ca1d02 (diff) | |
download | samba-20a8481d3ff149e3cece6f2d8d2cf6ae8462d11a.tar.gz samba-20a8481d3ff149e3cece6f2d8d2cf6ae8462d11a.tar.bz2 samba-20a8481d3ff149e3cece6f2d8d2cf6ae8462d11a.zip |
s4-test-dssync: remove unused variable
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/drs/rpc/dssync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/drs/rpc/dssync.c b/source4/torture/drs/rpc/dssync.c index 5a7ceb8dc5..2285dfc0b3 100644 --- a/source4/torture/drs/rpc/dssync.c +++ b/source4/torture/drs/rpc/dssync.c @@ -332,7 +332,6 @@ static bool test_analyse_objects(struct torture_context *tctx, int i, j, ret; struct dsdb_extended_replicated_objects *objs; struct ldb_extended_dn_control *extended_dn_ctrl; - const char *err_msg; struct dsdb_schema *ldap_schema; /* load dsdb_schema using remote prefixMap */ |