1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

change: make credentials const in wf_authenticate_fn (breaking change)

This commit is contained in:
Falk Werner
2020-06-10 22:18:34 +02:00
parent 16996e1f9a
commit b9eff8d100
5 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ wf_test_integration_lowlevel_on_disconnected(
bool
wf_test_integration_lowlevel_authenticate(
struct wf_credentials * credentials,
struct wf_credentials const * credentials,
void * )
{
char const * username = wf_credentials_get(credentials, "username");