mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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:
parent
846813797d
commit
8126c78c76
@ -641,7 +641,8 @@ int main(int argc,char *argv[])
|
|||||||
|
|
||||||
results = torture_results_init(talloc_autofree_context(), ui_ops);
|
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 != NULL) {
|
||||||
if (basedir[0] != '/') {
|
if (basedir[0] != '/') {
|
||||||
fprintf(stderr, "Please specify an absolute path to --basedir\n");
|
fprintf(stderr, "Please specify an absolute path to --basedir\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user