3241a0b Reschedule the fd timeout for secondary lookups

Authored and Committed by sgallagh 13 years ago
    Reschedule the fd timeout for secondary lookups
    
    We were unscheduling the timeout handler after the first lookup
    (A or AAAA) returned, but not rescheduling it if we went on to
    check the secondary record type. This resulted in the resolver
    never returning a result for the secondary lookup, which can mean
    that logins/screen unlocks after VPN drop or suspend/resume might
    never complete.
    
    Fixes https://fedorahosted.org/sssd/ticket/729
    
        
file modified
+4 -0