]> andersk Git - moira.git/commitdiff
Use krb5_error_code instead of int for krb5 library function return values.
authorzacheiss <zacheiss>
Mon, 19 Aug 2002 17:42:10 +0000 (17:42 +0000)
committerzacheiss <zacheiss>
Mon, 19 Aug 2002 17:42:10 +0000 (17:42 +0000)
clients/lib/utils.c

index 8c15bc16dc0caa214d46d3ceccae2b82cb47d9c7..540fee7a3fc67a13da77485a4c38ae8a0660a67e 100644 (file)
@@ -104,9 +104,10 @@ int mrcl_connect(char *server, char *client, int version, int auth)
 
 char *mrcl_krb_user(void)
 {
-  int status, flags = 0;
+  int flags = 0;
   krb5_ccache cache = NULL;
   krb5_principal princ;
+  krb5_error_code status;
   char *name;
 
   if (!context)
This page took 0.040457 seconds and 5 git commands to generate.