1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s4/torture: Suppress Valgrind warnings

This patch suppresses two Valgrind warnings of type
"xxx bytes in yy blocks are indirectly lost in loss record"
This commit is contained in:
Kamen Mazdrashki 2010-03-30 00:13:46 +03:00 committed by Kamen Mazdrashki
parent 846813797d
commit 8126c78c76

View File

@ -641,7 +641,8 @@ int main(int argc,char *argv[])
results = torture_results_init(talloc_autofree_context(), ui_ops);
torture = torture_context_init(s4_event_context_init(NULL), results);
torture = torture_context_init(s4_event_context_init(talloc_autofree_context()),
results);
if (basedir != NULL) {
if (basedir[0] != '/') {
fprintf(stderr, "Please specify an absolute path to --basedir\n");