Commit 42698f7c authored by Thomas Guillem's avatar Thomas Guillem

keystore: store a path even if it's not truncated

Fix storing a 1st level path.
parent 85c89d98
......@@ -454,11 +454,6 @@ vlc_credential_store(vlc_credential *p_credential)
}
if (p_slash && psz_path != p_slash)
*p_slash = '\0';
else
{
free(psz_path);
psz_path = NULL;
}
}
const char *ppsz_values[KEY_MAX] = { 0 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment