diff options
| author | Brad Thompson <yak@mit.edu> | 1999-08-13 23:21:31 +0000 |
|---|---|---|
| committer | Brad Thompson <yak@mit.edu> | 1999-08-13 23:21:31 +0000 |
| commit | bdb96340c3b4f95faac8323174524b94cb315016 (patch) | |
| tree | 94ea38d746d11a313cdb43dfeba4f18e76d463e5 /src/lib | |
| parent | 893178d42e712c7a3091fe69b2939aee292b2297 (diff) | |
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
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb4/pkt_clen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
