[MINOR] config: report all supported options for the "bind" keyword

"mss", "name" and "id" were missing.
This commit is contained in:
Willy Tarreau 2009-10-12 07:19:35 +02:00
parent c82a9e59a7
commit f5bbafe051

View File

@ -1212,7 +1212,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm)
continue; continue;
} }
Alert("parsing [%s:%d] : '%s' only supports the 'transparent' and 'interface' options.\n", Alert("parsing [%s:%d] : '%s' only supports the 'transparent', 'name', 'id', 'mss' and 'interface' options.\n",
file, linenum, args[0]); file, linenum, args[0]);
err_code |= ERR_ALERT | ERR_FATAL; err_code |= ERR_ALERT | ERR_FATAL;
goto out; goto out;