aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket34232
blob: 2e0046542703c95313a09829d78cabfc6cf43bce (plain)
1
2
3
4
5
  o Minor bugfixes (string handling):
    - In summarize_protover_flags(), treat empty strings the same as NULL.
      This prevents protocols_known from being set. Previously, we treated
      empty strings as normal strings, which led to protocols_known being
      set. Fixes bug 34232; bugfix on 0.3.3.2-alpha. Patch by Neel Chauhan.