Fix compilation warnings.

This commit is contained in:
Simon Kelley
2012-10-12 13:39:04 +01:00
parent cf568a3726
commit c99df938d7
3 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ static DBusMessage* dbus_read_servers_ex(DBusMessage *message)
}
/* parse the IP address */
addr_err = parse_server(str_addr, &addr, &source_addr, &interface, NULL);
addr_err = parse_server(str_addr, &addr, &source_addr, (char *) &interface, NULL);
free(str_addr);
if (addr_err)