(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:
@@ -579,7 +579,6 @@ match_local_auth (Xauth* auth, struct addrinfo *ai, int disp_nr)
|
|||||||
ai->ai_canonname,
|
ai->ai_canonname,
|
||||||
auth->address_length) == 0)
|
auth->address_length) == 0)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user