dns: switch to rk types

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24892 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:18:45 +00:00
parent 58b16c9bf1
commit ac0502a0fe

View File

@@ -290,7 +290,7 @@ _kadm5_ad_connect(void *server_handle)
}
for (rr = r->head ; rr != NULL; rr = rr->next) {
if (rr->type != T_SRV)
if (rr->type != rk_ns_t_srv)
continue;
s = realloc(servers, sizeof(*servers) * (num_servers + 1));
if (s == NULL) {