it is treated as pointing to valid memory... (Patch provided by Bill
Sommerfeld)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8367
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Jun 15 04:23:36 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * movemail.c: Initialize auth_context to NULL.
Fri Jul 7 15:44:13 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove all explicit library handling and LDFLAGS.
krb5_context context;
krb5_principal client, server;
krb5_error *err_ret = NULL;
- krb5_auth_context auth_context;
+ krb5_auth_context auth_context = NULL;
char *hostname;
#endif /* KRB5 */
#endif /* KERBEROS */