]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-sasl: test-sasl-client.c - Initialize authid of sasl_empty_set
authorMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Sun, 15 Aug 2021 09:45:12 +0000 (12:45 +0300)
committerMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Sun, 15 Aug 2021 09:45:12 +0000 (12:45 +0300)
commitfcf23d99191ab3692e0c57da21efa1ad241d5756
treeeb32f560b3b16202cc0d9908d1453b2d13f14979
parent0434bd96f797ca1cf234184b671e95d4328a4d0b
lib-sasl: test-sasl-client.c - Initialize authid of sasl_empty_set

This fixes the compiler warning:

  test-sasl-client.c:8:1: error: missing initializer for field 'authid'
  of 'const struct dsasl_client_settings'
src/lib-sasl/test-sasl-client.c