Package: network-manager-vpnc
Version: 0.7.1-1
Severity: normal
Tags: patch

When nm-vpnc-service-vpnc-helper.c fails to send the IPv4 configuration it
emits a warning message "Could not send failure information: %s".  The
attached patch fixes this.

Bye,
Jö.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager-vpnc depends on:
ii  libc6                    2.9-4           GNU C Library: Shared libraries
ii  libdbus-1-3              1.2.12-1        simple interprocess messaging syst
ii  libdbus-glib-1-2         0.80-4          simple interprocess messaging syst
ii  libglib2.0-0             2.20.0-2        The GLib library of C routines
ii  libnm-glib-vpn0          0.7.1-1         network management framework (GLib
ii  libnm-glib0              0.7.1-1         network management framework (GLib
ii  libnm-util1              0.7.1-1         network management framework (shar
ii  vpnc                     0.5.3-1+~ossl.1 Cisco-compatible VPN client

network-manager-vpnc recommends no packages.

network-manager-vpnc suggests no packages.

-- no debconf information

-- 
Das Leben ist eine Krankheit, die tödlich endet.
Index: network-manager-vpnc-0.7.1/src/nm-vpnc-service-vpnc-helper.c
===================================================================
--- network-manager-vpnc-0.7.1.orig/src/nm-vpnc-service-vpnc-helper.c	2009-05-21 11:37:59.000000000 +0200
+++ network-manager-vpnc-0.7.1/src/nm-vpnc-service-vpnc-helper.c	2009-05-21 11:39:58.000000000 +0200
@@ -86,7 +86,7 @@
 				    G_TYPE_INVALID);
 
 	if (err) {
-		nm_warning ("Could not send failure information: %s", err->message);
+		nm_warning ("Could not send IPv4 configuration: %s", err->message);
 		g_error_free (err);
 	}
 

Attachment: signature.asc
Description: Digital signature

Reply via email to