mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:smb2_server: remove const from smbd_smb2_first_negprot()
metze
This commit is contained in:
parent
c1b3454259
commit
9e9d784def
@ -219,7 +219,7 @@ bool smbd_is_smb2_header(const uint8_t *inbuf, size_t size);
|
||||
void reply_smb2002(struct smb_request *req, uint16_t choice);
|
||||
void reply_smb20ff(struct smb_request *req, uint16_t choice);
|
||||
void smbd_smb2_first_negprot(struct smbd_server_connection *sconn,
|
||||
const uint8_t *inbuf, size_t size);
|
||||
uint8_t *inbuf, size_t size);
|
||||
|
||||
NTSTATUS smbd_smb2_request_error_ex(struct smbd_smb2_request *req,
|
||||
NTSTATUS status,
|
||||
|
@ -2917,7 +2917,7 @@ static NTSTATUS smbd_smb2_request_next_incoming(struct smbd_server_connection *s
|
||||
}
|
||||
|
||||
void smbd_smb2_first_negprot(struct smbd_server_connection *sconn,
|
||||
const uint8_t *inbuf, size_t size)
|
||||
uint8_t *inbuf, size_t size)
|
||||
{
|
||||
NTSTATUS status;
|
||||
struct smbd_smb2_request *req = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user