From 789401e9557db13422f47a8c09e693f3cee0132b Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 24 Jul 2017 15:35:34 +0900 Subject: dirmngr: More minor fixes. * dirmngr/http.c (http_verify_server_credentials): Duplicated const. * dirmngr/ldap.c (parse_one_pattern): Add comment. Signed-off-by: NIIBE Yutaka --- dirmngr/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dirmngr/ldap.c') diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c index d661a6825..adf83071e 100644 --- a/dirmngr/ldap.c +++ b/dirmngr/ldap.c @@ -363,6 +363,7 @@ parse_one_pattern (const char *pattern) break; case '*': pattern++; + /* fall through */ default: /* Take as substring match. */ { const char format[] = "(|(sn=*%s*)(|(cn=*%s*)(mail=*%s*)))"; -- cgit v1.2.3