Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234945
Collapse All | Expand All

(-)NetworkManager-0.6.6/src/nm-dbus-net.c (+3 lines)
Lines 70-75 static NMAccessPoint *nm_dbus_get_ap_fro Link Here
70
		compare_path = g_strdup_printf ("%s/%s/Networks/%s",
70
		compare_path = g_strdup_printf ("%s/%s/Networks/%s",
71
		                                NM_DBUS_PATH_DEVICES, escaped_dev, escaped_ssid);
71
		                                NM_DBUS_PATH_DEVICES, escaped_dev, escaped_ssid);
72
72
73
		g_free(escaped_dev);
74
		g_free(escaped_ssid);
75
73
		len = strlen (compare_path);
76
		len = strlen (compare_path);
74
		if (strncmp (path, compare_path, len) == 0) {
77
		if (strncmp (path, compare_path, len) == 0) {
75
			/* Differentiate between 'foo' and 'foo-a' */
78
			/* Differentiate between 'foo' and 'foo-a' */

Return to bug 234945