svn commit: samba r14435 - in branches/SAMBA_4_0/source/libcli/smb2: .

tridge at samba.org tridge at samba.org
Wed Mar 15 05:53:17 GMT 2006


Author: tridge
Date: 2006-03-15 05:53:15 +0000 (Wed, 15 Mar 2006)
New Revision: 14435

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14435

Log:

return after an error






Modified:
   branches/SAMBA_4_0/source/libcli/smb2/session.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/session.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/session.c	2006-03-15 05:52:45 UTC (rev 14434)
+++ branches/SAMBA_4_0/source/libcli/smb2/session.c	2006-03-15 05:53:15 UTC (rev 14435)
@@ -170,6 +170,7 @@
 		state->req = smb2_session_setup_send(session, &state->io);
 		if (state->req == NULL) {
 			composite_error(c, NT_STATUS_NO_MEMORY);
+			return;
 		}
 
 		state->req->async.fn = session_request_handler;



More information about the samba-cvs mailing list