revert change to Device ResultSet which breaks search_for_device()

This commit is contained in:
Oliver Gorwits
2017-07-14 13:50:40 +01:00
parent a3aae0696d
commit dfa298a55b
2 changed files with 7 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ sub search_aliases {
{
order_by => [qw/ me.dns me.ip /],
join => 'device_ips',
group_by => 'me.ip',
distinct => 1,
}
);
}