update .cvsignore

remove unused var


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1106 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-11-14 16:24:36 +00:00
parent 784706392b
commit d20de1509b
4 changed files with 6 additions and 9 deletions

View file

@ -23,10 +23,8 @@ libtool
ltmain.sh
missing
mkinstalldirs
nm-vpnc.desktop
nm-vpnc-service
nm-vpnc-service-vpnc-helper
nm-vpnc-service.name
nm-openvpn-service.name
nm-openvpn.desktop
stamp-h1
COPYING
COPYIN
INSTALL

View file

@ -1,3 +1,3 @@
Makefile.in
Makefile
nm-vpnc-auth-dialog
nm-openvpn-auth-dialog

View file

@ -1,4 +1,4 @@
Makefile.in
Makefile
nm-vpnc-service
nm-vpnc-service-vpnc-helper
nm-openvpn-service
nm-openvpn-service-openvpn-helper

View file

@ -89,7 +89,6 @@ static gboolean send_config_info (DBusConnection *con,
guint32 uint_ip4_nbns_len = 0;
guint32 num_valid = 0, i = 0;
gboolean success = FALSE;
int exit_code = 0;
g_return_val_if_fail (con != NULL, FALSE);