fix return code.
This commit is contained in:
parent
27b0f3769c
commit
5156de1195
@ -141,9 +141,9 @@ main (int argc,
|
||||
GNUNET_free (bank_url);
|
||||
|
||||
if (GNUNET_OK == ret)
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* end of test_bank_api_twisted.c */
|
||||
|
Loading…
Reference in New Issue
Block a user