[vlc-commits] samba: fix switch fall through

Rémi Denis-Courmont git at videolan.org
Sat Mar 2 20:29:56 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar  2 21:21:45 2019 +0200| [a9c2167690b9102e21326dd39670c5c018325c06] | committer: Rémi Denis-Courmont

samba: fix switch fall through

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9c2167690b9102e21326dd39670c5c018325c06
---

 modules/access/samba.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/samba.c b/modules/access/samba.c
index 1db553c9ab..376b12c7ef 100644
--- a/modules/access/samba.c
+++ b/modules/access/samba.c
@@ -137,6 +137,7 @@ static int DirRead (stream_t *p_access, input_item_node_t *p_node )
             psz_server = p_sys->url.psz_host;
             psz_path = NULL;
             psz_name = NULL;
+            /* fall through */
         case SMBC_FILE_SHARE:
         case SMBC_DIR:
             i_type = ITEM_TYPE_DIRECTORY;



More information about the vlc-commits mailing list