* Made a separate Clixon datastore XML/JSON top-level symbol
* Replaces the hardcoded "config" keyword. * Implemented by a compile-time option called `DATASTORE_TOP_SYMBOL` option in clixon_custom.h * Tests: added endtest to all tests. Removed all premature exits if BE=0
This commit is contained in:
parent
2ab90d847b
commit
b7991d9b39
132 changed files with 939 additions and 628 deletions
|
|
@ -964,7 +964,7 @@ static const map_str2int clixon_auth_type[] = {
|
|||
|
||||
/*! Translate from string to auth-type
|
||||
*/
|
||||
const clixon_auth_type_t
|
||||
const int
|
||||
clixon_auth_type_str2int(char *auth_type)
|
||||
{
|
||||
return clicon_str2int(clixon_auth_type, auth_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue