]> andersk Git - moira.git/commitdiff
Compile without krb4.
authorzacheiss <zacheiss>
Tue, 22 Sep 2009 18:45:17 +0000 (18:45 +0000)
committerzacheiss <zacheiss>
Tue, 22 Sep 2009 18:45:17 +0000 (18:45 +0000)
update/ticket.c

index 91348fd9fb1961a08b92e83db805e95f6c02ea74..50bed8001570d41070ac4a827282280f9143e603 100644 (file)
 #include <krb.h>
 #else
 #define KTEXT void*
+#include <mr_krb.h>
 #endif
 #include <krb5.h>
 #include <update.h>
 
 RCSID("$Header$");
 
-#ifdef HAVE_KRB4
 static char realm[REALM_SZ];
 static char master[INST_SZ] = "sms";
 static char service[ANAME_SZ] = "rcmd";
+#ifdef HAVE_KRB4
 des_cblock session;
 #endif
 krb5_context context = NULL;
This page took 0.060263 seconds and 5 git commands to generate.