remove fault injection

This commit is contained in:
Christian Grothoff 2021-04-24 19:05:55 +02:00
parent 5106a09c9f
commit 23f49379bb
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -82,7 +82,7 @@ main (int argc,
NULL),
"https://taler.net/foo/bar/baz?x=a%26b&c=d&e=");
return 1; // fault injection to test buildbot...
return 0;
}