2008-05-01 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c - (validate_one_property): allow the 'name' property git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3627 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-05-01 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/nm-vpnc-service.c
|
||||||
|
- (validate_one_property): allow the 'name' property
|
||||||
|
|
||||||
2008-04-27 Dan Williams <dcbw@redhat.com>
|
2008-04-27 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* properties/Makefile.am
|
* properties/Makefile.am
|
||||||
|
@@ -114,6 +114,10 @@ validate_one_property (gpointer key, gpointer val, gpointer user_data)
|
|||||||
if (*failed)
|
if (*failed)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* 'name' is the setting name; always allowed but unused */
|
||||||
|
if (!strcmp ((char *) key, NM_SETTING_NAME))
|
||||||
|
return;
|
||||||
|
|
||||||
for (i = 0; valid_properties[i].name; i++) {
|
for (i = 0; valid_properties[i].name; i++) {
|
||||||
ValidProperty prop = valid_properties[i];
|
ValidProperty prop = valid_properties[i];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user