mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
smbd: Fix a const warning
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
1bf10ad806
commit
451cde7f2a
@ -3078,7 +3078,7 @@ NTSTATUS smbd_do_qfsinfo(connection_struct *conn,
|
||||
const char *vname = volume_label(talloc_tos(), SNUM(conn));
|
||||
int snum = SNUM(conn);
|
||||
char *fstype = lp_fstype(talloc_tos(), SNUM(conn));
|
||||
char *filename = NULL;
|
||||
const char *filename = NULL;
|
||||
uint32 additional_flags = 0;
|
||||
struct smb_filename smb_fname;
|
||||
SMB_STRUCT_STAT st;
|
||||
|
Loading…
x
Reference in New Issue
Block a user