1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11392: After confirmation from Love, fix a compiler warning

This commit is contained in:
Volker Lendecke 2005-10-29 06:59:54 +00:00 committed by Gerald (Jerry) Carter
parent dab450a501
commit a0b4036ba6

View File

@ -77,7 +77,7 @@ wrap_length_cfx(krb5_crypto crypto,
if (ret) {
return ret;
}
if (padsize > 1) {
if (*padsize > 1) {
/* XXX check this */
*padlength = *padsize - (input_length % *padsize);
}