Warning in heimdal/lib/gssapi/cfx.c
Volker Lendecke
Volker.Lendecke at SerNet.DE
Fri Oct 28 19:26:09 GMT 2005
Hi, arbartlet!
Going through some warnings. What do you think about the following patch?
--- heimdal/lib/gssapi/cfx.c (Revision 11377)
+++ heimdal/lib/gssapi/cfx.c (Arbeitskopie)
@@ -77,7 +77,7 @@
if (ret) {
return ret;
}
- if (padsize > 1) {
+ if (*padsize > 1) {
/* XXX check this */
*padlength = *padsize - (input_length % *padsize);
}
Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20051028/31107177/attachment.bin
More information about the samba-technical
mailing list