Skip to content
  • Nick Mathewson's avatar
    Repair DNS NEXIST hijacking workaround · 7197c9f1
    Nick Mathewson authored
    The code previously detected wildcarding and replaced wildcarded
    answers with DNS_STATUS_FAILED_PERMANENT.  But that status variable
    was no longer used!  Remove the status variable, and instead change
    the value of 'result' in evdns_callback.
    
    Thank goodness for compiler warnings. In this case,
    unused-but-set-variable.
    
    Thanks to Linus for finding this one.
    7197c9f1