]> git.sesse.net Git - vlc/blobdiff - modules/access/smb.c
Don't clutter REGISTRY on windows...
[vlc] / modules / access / smb.c
index 1d60628970a603ba022b4eb147702a075659fc63..3f21b6be03afa42b1d92498166db4d5680e2d52b 100644 (file)
@@ -216,7 +216,6 @@ static int Open( vlc_object_t *p_this )
 #ifdef USE_CTX
     if( !(p_smb = smbc_new_context()) )
     {
-        msg_Err( p_access, "out of memory" );
         free( psz_uri );
         return VLC_ENOMEM;
     }
@@ -445,6 +444,7 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
     NETRESOURCE net_resource;
     DWORD i_result;
     char *psz_parser;
+    VLC_UNUSED( psz_domain );
 
     HINSTANCE hdll = LoadLibrary(_T("MPR.DLL"));
     if( !hdll )