mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
More const fixes for compiler warnings from the waf build.
This commit is contained in:
@ -480,7 +480,7 @@ SMBC_close_ctx(SMBCCTX *context,
|
||||
bool
|
||||
SMBC_getatr(SMBCCTX * context,
|
||||
SMBCSRV *srv,
|
||||
char *path,
|
||||
const char *path,
|
||||
uint16 *mode,
|
||||
SMB_OFF_T *size,
|
||||
struct timespec *create_time_ts,
|
||||
|
Reference in New Issue
Block a user