mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 17:10:25 +01:00
Fix compilation with --enable-more-warnings
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3205 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
8a43d6fde8
commit
356f389117
1 changed files with 4 additions and 4 deletions
|
|
@ -1337,13 +1337,13 @@ export_to_file (NetworkManagerVpnUIImpl *impl,
|
|||
FILE *f;
|
||||
const char *connection_type = "";
|
||||
const char *remote = "";
|
||||
guint port;
|
||||
gboolean tap_dev;
|
||||
gboolean proto_tcp;
|
||||
guint port = 1194;
|
||||
gboolean tap_dev = FALSE;
|
||||
gboolean proto_tcp = FALSE;
|
||||
const char *ca = "";
|
||||
const char *cert = "";
|
||||
const char *key = "";
|
||||
gboolean lzo;
|
||||
gboolean lzo = FALSE;
|
||||
const char *shared_key = "";
|
||||
const char *local_ip = "";
|
||||
const char *remote_ip = "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue