Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
b2b_logic: Fix a logical bug which could cause crashes
... in b2b_init_request(). Completes c84fe37. Neither @e1 or @e2 can be NULL after the "if" guard, otherwise there is a good chance of a crash shortly afterwards. (cherry picked from commit dec3809)
- Loading branch information