Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 658 pull up r18198 from trunk r18198@cathode-dark-space: tlyu | 2006-06-22 14:36:16 -0400 ticket: 3905 tags: pullup Apply (modified) patches from Michael Calmer to fix some warnings. * src/lib/gssapi/spnego/spnego_mech.c (get_req_flags): Remove unused var. (get_negTokenResp): Fix signedness bug. (make_spnego_tokenInit_msg): Remove unused vars (make_spnego_tokenTarg_msg): Initialize uninitialized vars. * src/lib/gssapi/spnego/gssapiP_spnego.h: Delete TWRITE_STR. Commit By: tlyu Revision: 18218 Changed Files: U branches/krb5-1-5/src/lib/gssapi/spnego/gssapiP_spnego.h U branches/krb5-1-5/src/lib/gssapi/spnego/spnego_mech.c