(cmp_Name): do at least some checking
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15626 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -287,7 +287,11 @@ test_krb_error (void)
|
|||||||
static int
|
static int
|
||||||
cmp_Name (void *a, void *b)
|
cmp_Name (void *a, void *b)
|
||||||
{
|
{
|
||||||
/* XXX */
|
Name *aa = a;
|
||||||
|
Name *ab = b;
|
||||||
|
|
||||||
|
COMPARE_INTEGER(aa,ab,element);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user