Skip to content
  • Michał Kępień's avatar
    Track QUESTION section presence using a boolean · c20d81fd
    Michał Kępień authored and Evan Hunt's avatar Evan Hunt committed
    The 'nmsg' field of the xfrout_ctx_t structure is an integer, even
    though it is only ever compared against 0 (for tracking whether the
    QUESTION section has already been sent to the client).  Use a boolean
    instead as it is more appropriate and also enables 'nmsg' to be
    repurposed.
    c20d81fd