1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/aparser/templates/harness_end.tpl
Tim Potter ce70fb5800 Modified test.h generator to return error if structure passed to vluke
doesn't match any known structure names.
0001-01-01 00:00:00 +00:00

8 lines
81 B
Smarty

{
printf("structure %s not found\n", test);
ret = False;
}
return ret;
}