mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +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:
@@ -1184,8 +1184,8 @@ static void dump_string(const char *field, char **values)
|
||||
|
||||
static BOOL ads_dump_field(char *field, void **values, void *data_area)
|
||||
{
|
||||
struct {
|
||||
char *name;
|
||||
const struct {
|
||||
const char *name;
|
||||
BOOL string;
|
||||
void (*handler)(const char *, struct berval **);
|
||||
} handlers[] = {
|
||||
|
||||
Reference in New Issue
Block a user