"vendor_description", not "description".

svn path=/trunk/; revision=46172
This commit is contained in:
Guy Harris 2012-11-24 19:08:28 +00:00
parent 706211b642
commit 32404dac06
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if_info_new(const char *name, const char *description, gboolean loopback)
* description.
*/
if_info->friendly_name = g_strdup(description);
if_info->description = NULL;
if_info->vendor_description = NULL;
}
#else
/*