(match_local_auth): remove extra brace. spotted by Jakob Schlyter

<jakob@cdg.chalmers.se>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7623 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-17 10:03:47 +00:00
parent 9b33fe7159
commit c15e4404a8

View File

@@ -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;
}