[1183] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

krb5b4pl3: lib/krb5/krb/sendauth.c: initialize error return parameter

daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Mar 14 21:40:07 1995

From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Tue, 14 Mar 1995 21:43:14 -0500
To: krb5-bugs@MIT.EDU

--- lib/krb5/krb/sendauth.c	1995/02/27 02:04:23	1.1
+++ lib/krb5/krb/sendauth.c	1995/02/27 02:04:34
@@ -75,6 +75,9 @@
 	int			len;
 	krb5_ccache		use_ccache = 0;
 
+	if (error)
+	    *error = 0;
+
 	/*
 	 * First, send over the length of the sendauth version string;
 	 * then, we send over the sendauth version.  Next, we send

home help back first fref pref prev next nref lref last post