mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:smb2_server: add some const to print_req_vectors()
metze
This commit is contained in:
parent
8dbfa9305d
commit
f4432fea6a
@ -165,7 +165,7 @@ static const struct smbd_smb2_dispatch_table *smbd_smb2_call(uint16_t opcode)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void print_req_vectors(struct smbd_smb2_request *req)
|
||||
static void print_req_vectors(const struct smbd_smb2_request *req)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user