mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
r155: real for for BUG 761 -- allow printing parameter to set defaults on a per share basis
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fbeff41991
commit
14d3794eec
@@ -704,7 +704,7 @@ struct parm_struct
|
||||
parm_type type;
|
||||
parm_class class;
|
||||
void *ptr;
|
||||
BOOL (*special)(const char *, char **);
|
||||
BOOL (*special)(int snum, const char *, char **);
|
||||
const struct enum_list *enum_list;
|
||||
unsigned flags;
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user