1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Tim Potter ce70fb5800 Modified test.h generator to return error if structure passed to vluke
doesn't match any known structure names.
-

8 lines
81 B
Smarty

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