diff options
author | Wilco Baan Hofman <wilco@synlap.(none)> | 2008-04-14 22:56:14 +0200 |
---|---|---|
committer | Wilco Baan Hofman <wilco@synlap.(none)> | 2008-04-14 22:56:14 +0200 |
commit | a31b6607f22f6b3e1b354db2f9f611b299a2f7ae (patch) | |
tree | f996bc8c6c00915c472f63a545c3d15d43673dc8 /source4/lib/registry/tests | |
parent | 12147fca2b3acd37eb20db82996714320cd4e9b2 (diff) | |
download | samba-a31b6607f22f6b3e1b354db2f9f611b299a2f7ae.tar.gz samba-a31b6607f22f6b3e1b354db2f9f611b299a2f7ae.tar.bz2 samba-a31b6607f22f6b3e1b354db2f9f611b299a2f7ae.zip |
Remove debug stuff.
(This used to be commit 7ba2e5dc5b6d82457c298f7ecdb6baea43f04854)
Diffstat (limited to 'source4/lib/registry/tests')
-rw-r--r-- | source4/lib/registry/tests/hive.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/registry/tests/hive.c b/source4/lib/registry/tests/hive.c index 4fe7f66c03..474704b517 100644 --- a/source4/lib/registry/tests/hive.c +++ b/source4/lib/registry/tests/hive.c @@ -339,7 +339,6 @@ static bool test_hive_security(struct torture_context *tctx, const void *_data) error = hive_set_sec_desc(subkey, osd); torture_assert_werr_ok(tctx, error, "setting security descriptor"); - printf("The second one is done.\n"); error = hive_get_sec_desc(tctx, subkey, &nsd); torture_assert_werr_ok (tctx, error, "getting security descriptor"); |