dns: switch to rk types
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:18:45 +0000 (17:18 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:18:45 +0000 (17:18 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24892 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/kadm5/ad.c

index 553a38a9acbf0562cebf6a3f5e7c9d28def82836..ff7dde9397d622496578d5f035a0a6349dbc8376 100644 (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) {