mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Missed terminating {-1,NULL} in an enum parameter list.
Jeremy.
This commit is contained in:
@ -411,7 +411,7 @@ static struct enum_list enum_announce_as[] = {{ANNOUNCE_AS_NT, "NT"}, {ANNOUNCE_
|
||||
|
||||
static struct enum_list enum_case[] = {{CASE_LOWER, "lower"}, {CASE_UPPER, "upper"}, {-1, NULL}};
|
||||
|
||||
static struct enum_list enum_lm_announce[] = {{0, "False"}, {1, "True"}, {2, "Auto"}};
|
||||
static struct enum_list enum_lm_announce[] = {{0, "False"}, {1, "True"}, {2, "Auto"}, {-1, NULL}};
|
||||
|
||||
static struct parm_struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user