Revision a9613def

b/lib/confd/client.py
335 335

  
336 336
  def _HandleExpire(self, up):
337 337
    # if we have no answer we have received none, before the expiration.
338
    if salt in self._answers:
339
      del self._answers[salt]
338
    if up.salt in self._answers:
339
      del self._answers[up.salt]
340 340

  
341 341
  def _HandleReply(self, up):
342 342
    """Handle a single confd reply, and decide whether to filter it.

Also available in: Unified diff