From bdb96340c3b4f95faac8323174524b94cb315016 Mon Sep 17 00:00:00 2001 From: Brad Thompson Date: Fri, 13 Aug 1999 23:21:31 +0000 Subject: [PATCH] Initialize swap_bytes so that it doesn't end up in the common block git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11653 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb4/pkt_clen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb4/pkt_clen.c b/src/lib/krb4/pkt_clen.c index 352c91d4e..14e6962ab 100644 --- a/src/lib/krb4/pkt_clen.c +++ b/src/lib/krb4/pkt_clen.c @@ -14,7 +14,7 @@ #include "prot.h" extern int krb_debug; -int swap_bytes; +int swap_bytes=0; /* * Given a pointer to an AUTH_MSG_KDC_REPLY packet, return the length of -- 2.26.2