Browse Source
from m_transactions, we need to properly terminate it in some way. usually we go through the end of the function, where reply() does done(). however there are some error cases where function may returns sooner. this might be unlikely to occur in original upstream code (missing 'r' key, missing 'id'), but with IP enforcing it is not so uncommon. hopefully this will fix #32.miguelfreitas
Miguel Freitas
11 years ago
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue