fix config error message
This commit is contained in:
parent
54fdb3741d
commit
1032cdea0f
@ -144,7 +144,7 @@ TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg,
|
|||||||
auth->details.basic.username = NULL;
|
auth->details.basic.username = NULL;
|
||||||
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
|
||||||
section,
|
section,
|
||||||
"USERNAME");
|
"PASSWORD");
|
||||||
GNUNET_free (method);
|
GNUNET_free (method);
|
||||||
return GNUNET_SYSERR;
|
return GNUNET_SYSERR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user