svn commit: samba r22491 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Mon Apr 23 16:45:57 GMT 2007


Author: jra
Date: 2007-04-23 16:45:56 +0000 (Mon, 23 Apr 2007)
New Revision: 22491

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

Log:
Fix the build (3.0.25 and 3.0 are different here).
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/trans2.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/trans2.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/trans2.c	2007-04-23 16:32:24 UTC (rev 22490)
+++ branches/SAMBA_3_0/source/smbd/trans2.c	2007-04-23 16:45:56 UTC (rev 22491)
@@ -3262,7 +3262,7 @@
 			return ERROR_NT(NT_STATUS_INVALID_LEVEL);
 	}
 
-	send_trans2_replies(outbuf, bufsize, params, param_size, *ppdata, data_size, max_data_bytes);
+	send_trans2_replies(inbuf, outbuf, bufsize, params, param_size, *ppdata, data_size, max_data_bytes);
 
 	return(-1);
 }



More information about the samba-cvs mailing list