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:
Dan Williams 2008-01-04 19:18:20 +00:00
parent 8a43d6fde8
commit 356f389117

View file

@ -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 = "";