Commit 6beb39fd authored by Erwan Tulou's avatar Erwan Tulou

gnutls: fix compil error

parent 016065c6
......@@ -675,7 +675,7 @@ static int OpenClient (vlc_object_t *obj)
goto error;
}
char *userdir = config_GetDataDir ( VLC_DATA_DIR );
char *userdir = config_GetUserDir ( VLC_DATA_DIR );
if (userdir != NULL)
{
char path[strlen (userdir) + sizeof ("/ssl/private")];
......
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