Skip to content

Commit

Permalink
ldap - fix stupid typo
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Carmody <phil@dovecot.fi>
  • Loading branch information
Phil Carmody authored and stephanbosch committed Sep 23, 2018
1 parent fd43ce9 commit 5472e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-sieve/storage/ldap/sieve-ldap-db.c
Expand Up @@ -843,7 +843,7 @@ int sieve_ldap_db_connect(struct ldap_connection *conn)
if (ret != LDAP_SUCCESS) {
if (ret == LDAP_OPERATIONS_ERROR &&
set->uris != NULL &&
str_begin(set->uris, "ldaps:")) {
str_begins(set->uris, "ldaps:")) {
sieve_storage_sys_error(storage, "db: "
"Don't use both tls=yes and ldaps URI");
}
Expand Down

0 comments on commit 5472e28

Please sign in to comment.