diff options
author | Tim Potter <tpot@samba.org> | 2000-09-18 01:14:21 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-09-18 01:14:21 +0000 |
commit | 06e2871f7245c634d502cba12ba4a5fe9858b3ee (patch) | |
tree | 48dc7057f7c4d9edd31d9924ea37bc078a0ac225 /source3/aparser/templates/harness.tpl | |
parent | df72a14ce8739a99b81ed04d496653608cb1ee41 (diff) | |
download | samba-06e2871f7245c634d502cba12ba4a5fe9858b3ee.tar.gz samba-06e2871f7245c634d502cba12ba4a5fe9858b3ee.tar.bz2 samba-06e2871f7245c634d502cba12ba4a5fe9858b3ee.zip |
Modified test.h generator to return error if structure passed to vluke
doesn't match any known structure names.
(This used to be commit ce70fb5800a875ea755c96bc214033c5e9d81081)
Diffstat (limited to 'source3/aparser/templates/harness.tpl')
-rw-r--r-- | source3/aparser/templates/harness.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/harness.tpl b/source3/aparser/templates/harness.tpl index 0a10ccf49f..27c33c0adc 100644 --- a/source3/aparser/templates/harness.tpl +++ b/source3/aparser/templates/harness.tpl @@ -2,4 +2,4 @@ if (strcmp(test,"@TEST@")==0) { @TEST@ il; ret = io_@TEST@("@TEST@", ps, 0, &il, flags); - } + } else |