This commit is contained in:
Christian Grothoff 2021-08-04 14:06:49 +02:00
parent 15f07a3e06
commit ab5f4e7e1d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -601,7 +601,7 @@ run (void *cls,
rc = GNUNET_CURL_gnunet_rc_create (ctx); rc = GNUNET_CURL_gnunet_rc_create (ctx);
if (NULL != account_section) if (NULL != account_section)
{ {
if (0 != strncasecmp ("exchange-accountcredentials-" if (0 != strncasecmp ("exchange-accountcredentials-",
account_section, account_section,
strlen ("exchange-accountcredentials-"))) strlen ("exchange-accountcredentials-")))
{ {