diff options
-rw-r--r-- | source4/torture/rpc/dssync.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 15125ac365..4403a64a36 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -574,8 +574,7 @@ static bool test_FetchData(struct DsSyncTest *ctx) const struct samr_Password *nthash; nthash = cli_credentials_get_nt_hash(ctx->new_dc.credentials, ctx); if (nthash) { - DEBUG(0,("CREDENTIALS nthash:\n")); - dump_data(0, nthash->hash, sizeof(nthash->hash)); + dump_data_pw("CREDENTIALS nthash:", nthash->hash, sizeof(nthash->hash)); } } status = gensec_session_key(ctx->new_dc.drsuapi.pipe->conn->security_state.generic_state, |