From: Brad Thompson Date: Fri, 13 Aug 1999 23:21:31 +0000 (+0000) Subject: Initialize swap_bytes so that it doesn't end up in the common block X-Git-Tag: krb5-1.2-beta1~299 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bdb96340c3b4f95faac8323174524b94cb315016;p=krb5.git 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 --- 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