mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-19 20:16:04 +00:00
When data was coming in during logon, it was possible for the handler to be called before rcpts member was initialized. Correct by initializing rcpts prior to taking any other action.