svn commit: samba r24161 - in branches/SAMBA_3_2/source/smbd: .

vlendec at samba.org vlendec at samba.org
Fri Aug 3 15:27:29 GMT 2007


Author: vlendec
Date: 2007-08-03 15:27:28 +0000 (Fri, 03 Aug 2007)
New Revision: 24161

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

Log:
handle_trans2 takes care of errors itself, no need to do it in reply_transs2
Modified:
   branches/SAMBA_3_2/source/smbd/trans2.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/trans2.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/trans2.c	2007-08-03 14:33:38 UTC (rev 24160)
+++ branches/SAMBA_3_2/source/smbd/trans2.c	2007-08-03 15:27:28 UTC (rev 24161)
@@ -7304,12 +7304,6 @@
 	SAFE_FREE(state->param);
 	TALLOC_FREE(state);
 
-	if (req->outbuf == NULL) {
-		reply_doserror(req, ERRSRV, ERRnosupport);
-		END_PROFILE(SMBtranss2);
-		return;
-	}
-	
 	END_PROFILE(SMBtranss2);
 	return;
 



More information about the samba-cvs mailing list