diff --git a/appl/kx/common.c b/appl/kx/common.c index 2cbfd8b3d..28b5d90c1 100644 --- a/appl/kx/common.c +++ b/appl/kx/common.c @@ -579,7 +579,6 @@ match_local_auth (Xauth* auth, struct addrinfo *ai, int disp_nr) ai->ai_canonname, auth->address_length) == 0) return 0; - } return 1; }