PROTO_OPT_SECTION
{ "section", NULL, PROTO_OPT_SECTION,
char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value;
smbclnt_proto_options[PROTO_OPT_SECTION].flags |= SMBC_MODIFIED;
for (i = PROTO_OPT_SECTION+1; i <= SMBC_OPT_MAX; i++) {
smbclnt_proto_options[PROTO_OPT_SECTION].name,
smbclnt_proto_options[PROTO_OPT_SECTION].value);
free(smbclnt_proto_options[PROTO_OPT_SECTION].value);
smbclnt_proto_options[PROTO_OPT_SECTION].value = NULL;
smbclnt_proto_options[PROTO_OPT_SECTION].flags &=
smbclnt_proto_options[PROTO_OPT_SECTION].value = s;