mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings. (Adds a lot of const). Andrew Bartlett
This commit is contained in:
@@ -55,7 +55,7 @@ typedef struct _GROUP_MAP {
|
||||
|
||||
typedef struct _PRIVS {
|
||||
uint32 se_priv;
|
||||
char *priv;
|
||||
char *description;
|
||||
const char *priv;
|
||||
const char *description;
|
||||
} PRIVS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user