Skip to content

Commit

Permalink
patch from Michal to support non inet targets
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed Aug 24, 2010
1 parent 0d50c57 commit 38ca767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/web/lib/Reconnoiter_DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function get_sources($want, $fixate, $active = true) {
$ptr_groupby = ', ciamt.value';
$ptr_join = "
left join check_currently cia
on ( $tblsrc.$want ::inet = cia.target ::inet
on ( $tblsrc.$want ::text = cia.target ::text
and cia.module='dns' and cia.name='in-addr.arpa')
left join metric_text_currently ciamt
on (cia.sid = ciamt.sid and ciamt.name='answer')";
Expand Down

0 comments on commit 38ca767

Please sign in to comment.