diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/ndr/ndr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ndr/ndr.h b/source4/torture/ndr/ndr.h index 6d3a840034..1bbeec7917 100644 --- a/source4/torture/ndr/ndr.h +++ b/source4/torture/ndr/ndr.h @@ -38,7 +38,7 @@ _PUBLIC_ struct torture_test *_torture_suite_add_ndr_pull_test( sizeof(struct name), 0, (bool (*) (struct torture_context *, void *)) check_fn); #define torture_suite_add_ndr_pull_fn_test(suite,name,data,flags,check_fn) \ - _torture_suite_add_ndr_pull_test(suite, #name, \ + _torture_suite_add_ndr_pull_test(suite, #name "_" #flags, \ (ndr_pull_flags_fn_t)ndr_pull_ ## name, data_blob_talloc(suite, data, sizeof(data)), \ sizeof(struct name), flags, (bool (*) (struct torture_context *, void *)) check_fn); |