From: | lxs@mit.edu |
Subject: | SVN Commit |
load and store functions in k5-platform.h take an unsigned char *, whereas
kdb_xdr.c was using a char * for decoding. This resulted in pages of warnings
in the parsing code. Switched to using an unsigned char * and cast in the
couple places where a char * is needed.
Commit By: lxs
Revision: 20343
Changed Files:
U trunk/src/plugins/kdb/db2/kdb_xdr.c