-use named constants

This commit is contained in:
Christian Grothoff 2021-07-29 23:05:26 +02:00
parent e592ef4057
commit 1b419adab4
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1747,7 +1747,7 @@ main (int argc,
}
TALER_EXCHANGEDB_plugin_unload (TEH_plugin);
TEH_WIRE_done ();
return (GNUNET_SYSERR == ret) ? 1 : 0;
return (GNUNET_SYSERR == ret) ? EXIT_FAILURE : EXIT_SUCCESS;
}