Skip to content
Snippets Groups Projects
Commit a7aad227 authored by Serge Petrenko's avatar Serge Petrenko Committed by Kirill Yukhin
Browse files

xrow: reset parameters of decode_subscribe() to default

Nullify all the output parameters passed to xrow_decode_subscribe().

This should help us get rid of cases when some of the parameters were
left uninitialized when the SUBSCRIBE request didn't contain the
corresponding fields.

Also it's now possible to remove all the explicit parameter
initializations for xrow_decode_* functions using
xrow_decode_subscribe() internally. Do that as well.

Follow-up #6034
parent 127e0c1c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment