Skip to content

samba: use the new API

Thomas Guillem requested to merge tguillem/vlc:samba-threadsafe into master

And fix potential data races, that could have become criticial with the new medialibary (more than one samba access in //). Indeed, the SMBCCTX and SMBCFILE were stored statically and fetch from an unique fd without any lock mechanism.

Merge request reports