diff --git a/tinyldap.c b/tinyldap.c index ba4350d..a52b171 100644 --- a/tinyldap.c +++ b/tinyldap.c @@ -133,6 +133,7 @@ static void fixup(struct Filter* f) { buffer_putsflush(buffer_2,"\"!\n"); } } + /* fall through */ case AND: case OR: case NOT: diff --git a/tls_connect.c b/tls_connect.c index e2e84b4..ec4ab2b 100644 --- a/tls_connect.c +++ b/tls_connect.c @@ -117,6 +117,7 @@ alertfail: sc->message.l=7; r=tls_dowrite(fd,sc); if (r!=OK) return r; + /* fall through */ default: sc->state=FAIL;