svn commit: samba r13863 - in branches/SAMBA_4_0/source/smb_server/smb: .

metze at samba.org metze at samba.org
Mon Mar 6 15:04:59 GMT 2006


Author: metze
Date: 2006-03-06 15:04:59 +0000 (Mon, 06 Mar 2006)
New Revision: 13863

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

Log:
this can be static...

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb/trans2.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/trans2.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/trans2.c	2006-03-06 15:00:42 UTC (rev 13862)
+++ branches/SAMBA_4_0/source/smb_server/smb/trans2.c	2006-03-06 15:04:59 UTC (rev 13863)
@@ -1576,7 +1576,7 @@
 /*
   Reply to an SMBtrans or SMBtrans2 request
 */
-void reply_trans_generic(struct smbsrv_request *req, uint8_t command)
+static void reply_trans_generic(struct smbsrv_request *req, uint8_t command)
 {
 	struct smb_trans2 *trans;
 	int i;



More information about the samba-cvs mailing list