diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/smb_server/smb/trans2.c | 2 |
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; |