git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5077 e7ae566f-a301-0410-adde-c780ea21d3b5
| ... | ... |
@@ -4468,6 +4468,11 @@ add_option (struct options *options, |
| 4468 | 4468 |
{
|
| 4469 | 4469 |
options->sockflags |= SF_HOST_RANDOMIZE; |
| 4470 | 4470 |
} |
| 4471 |
+ else if (streq (p[1], "GENERIC_CONFIG")) |
|
| 4472 |
+ {
|
|
| 4473 |
+ msg (msglevel, "this is a generic configuration and cannot directly be used"); |
|
| 4474 |
+ goto err; |
|
| 4475 |
+ } |
|
| 4471 | 4476 |
#if P2MP |
| 4472 | 4477 |
else if (streq (p[1], "SERVER_POLL_TIMEOUT") && p[2]) |
| 4473 | 4478 |
{
|