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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user