summaryrefslogtreecommitdiff
path: root/source4/smb_server
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smb_server')
-rw-r--r--source4/smb_server/smb/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/trans2.c b/source4/smb_server/smb/trans2.c
index 885f54a48e..9d537b5bbe 100644
--- a/source4/smb_server/smb/trans2.c
+++ b/source4/smb_server/smb/trans2.c
@@ -1576,7 +1576,7 @@ static void reply_trans_complete(struct smbsrv_request *req, uint8_t command,
/*
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;