[SCM] Socket Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Mar 6 16:31:08 UTC 2019


The branch, master has been updated
       via  2d53497 swrap: Do not use FALL_THROUGH for empty case statements
      from  70bc551 README: Create a markdown file

https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2d53497bb3610b4aa7c3f045b810d23d1f2e9daf
Author: Amitay Isaacs <amitay at ozlabs.org>
Date:   Thu Feb 21 14:04:21 2019 +1100

    swrap: Do not use FALL_THROUGH for empty case statements
    
    Signed-off-by: Amitay Isaacs <amitay at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 src/socket_wrapper.c | 2 --
 1 file changed, 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index de5cc7a..a5037f7 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -610,7 +610,6 @@ static void *swrap_load_lib_handle(enum swrap_lib lib)
 
 	switch (lib) {
 	case SWRAP_LIBNSL:
-		FALL_THROUGH;
 	case SWRAP_LIBSOCKET:
 #ifdef HAVE_LIBSOCKET
 		handle = swrap.libc.socket_handle;
@@ -629,7 +628,6 @@ static void *swrap_load_lib_handle(enum swrap_lib lib)
 		}
 		break;
 #endif
-		FALL_THROUGH;
 	case SWRAP_LIBC:
 		handle = swrap.libc.handle;
 #ifdef LIBC_SO


-- 
Socket Wrapper Repository



More information about the samba-cvs mailing list