]> andersk Git - moira.git/commitdiff
Use krb5_error_code for return value of krb5 library functions.
authorzacheiss <zacheiss>
Mon, 19 Aug 2002 17:43:11 +0000 (17:43 +0000)
committerzacheiss <zacheiss>
Mon, 19 Aug 2002 17:43:11 +0000 (17:43 +0000)
update/ticket.c

index 235197335a177f50fcadc71147cce9c3fb643641..442486cbc075af581c263866fb5ed94e6faeb206 100644 (file)
@@ -31,7 +31,7 @@ int get_mr_krb5_update_ticket(char *host, krb5_data auth)
 {
   krb5_auth_context auth_con = NULL;
   krb5_ccache ccache = NULL;
-  int code;
+  krb5_error_code code;
 
   code = krb5_init_context(&context);
   if (code)
This page took 0.088564 seconds and 5 git commands to generate.