[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jul 11 10:15:08 MDT 2010


The branch, master has been updated
       via  77a3858... tsocket: Fix some unreachable code
      from  c186f92... s3: [ug]id_to_unix_... can not fail

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 77a3858f2f25e84e8e23d82097be710195a250d5
Author: Volker Lendecke <vl at samba.org>
Date:   Sat May 22 23:44:01 2010 +0200

    tsocket: Fix some unreachable code

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

Summary of changes:
 lib/tsocket/tsocket.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tsocket/tsocket.c b/lib/tsocket/tsocket.c
index b8dd6c8..674858d 100644
--- a/lib/tsocket/tsocket.c
+++ b/lib/tsocket/tsocket.c
@@ -46,8 +46,7 @@ int tsocket_simple_int_recv(struct tevent_req *req, int *perrno)
 		*perrno = (int)error;
 		return -1;
 	default:
-		*perrno = EIO;
-		return -1;
+		break;
 	}
 
 	*perrno = EIO;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list