svn commit: samba r11392 - in branches/SAMBA_4_0/source/heimdal/lib/gssapi: .

vlendec at samba.org vlendec at samba.org
Sat Oct 29 06:59:55 GMT 2005


Author: vlendec
Date: 2005-10-29 06:59:54 +0000 (Sat, 29 Oct 2005)
New Revision: 11392

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11392

Log:
After confirmation from Love, fix a compiler warning
Modified:
   branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c	2005-10-29 00:45:40 UTC (rev 11391)
+++ branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c	2005-10-29 06:59:54 UTC (rev 11392)
@@ -77,7 +77,7 @@
 	if (ret) {
 	    return ret;
 	}
-	if (padsize > 1) {
+	if (*padsize > 1) {
 	    /* XXX check this */
 	    *padlength = *padsize - (input_length % *padsize);
 	}



More information about the samba-cvs mailing list