mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 05:20:08 +01:00
spacing fixups
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@888 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
84fb1fe77f
commit
722013e7f5
1 changed files with 11 additions and 10 deletions
|
|
@ -484,17 +484,18 @@ typedef struct Option
|
|||
*/
|
||||
static gboolean nm_vpnc_config_options_validate (char **data_items, int num_items)
|
||||
{
|
||||
Option allowed_opts[] = { { "IPSec gateway", OPT_TYPE_ADDRESS },
|
||||
{ "IPSec ID", OPT_TYPE_ASCII },
|
||||
{ "IPSec secret", OPT_TYPE_ASCII },
|
||||
{ "Xauth username", OPT_TYPE_ASCII },
|
||||
{ "UDP Encapsulate", OPT_TYPE_NONE },
|
||||
Option allowed_opts[] = {
|
||||
{ "IPSec gateway", OPT_TYPE_ADDRESS },
|
||||
{ "IPSec ID", OPT_TYPE_ASCII },
|
||||
{ "IPSec secret", OPT_TYPE_ASCII },
|
||||
{ "Xauth username", OPT_TYPE_ASCII },
|
||||
{ "UDP Encapsulate", OPT_TYPE_NONE },
|
||||
{ "UDP Encapsulation Port", OPT_TYPE_ASCII },
|
||||
{ "Domain", OPT_TYPE_ASCII },
|
||||
{ "IKE DH Group", OPT_TYPE_ASCII },
|
||||
{ "Perfect Forward Secrecy", OPT_TYPE_ASCII },
|
||||
{ "Application Version", OPT_TYPE_ASCII },
|
||||
{ NULL, OPT_TYPE_UNKNOWN } };
|
||||
{ "Domain", OPT_TYPE_ASCII },
|
||||
{ "IKE DH Group", OPT_TYPE_ASCII },
|
||||
{ "Perfect Forward Secrecy", OPT_TYPE_ASCII },
|
||||
{ "Application Version", OPT_TYPE_ASCII },
|
||||
{ NULL, OPT_TYPE_UNKNOWN } };
|
||||
|
||||
char ** item;
|
||||
unsigned int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue