Check interface for router advertisements.

This commit is contained in:
Simon Kelley
2012-12-01 21:21:13 +00:00
parent 295a54eed3
commit d89fb4ed4f
3 changed files with 7 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ static DBusMessage* dbus_read_servers_ex(DBusMessage *message, int strings)
const char *str = NULL;
union mysockaddr addr, source_addr;
char interface[IF_NAMESIZE];
char *str_addr, *str_domain;
char *str_addr, *str_domain = NULL;
if (strings)
{