• Show log

    Commit

  • Hash : ff3f6cd4
    Author : Nick Mathewson
    Date : 2010-01-22T16:14:49

    Check more internal event_add() calls for failure
    
    Most of these should be unable to fail, since adding a timeout
    generally always works.  Still, it's better not to try to be "too
    smart for our own good here."
    
    There are some remaining event_add() calls that I didn't add checks
    for; I've marked those with "XXXX" comments.