]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 27 Oct 2011 18:37:10 +0000 (11:37 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:37:10 +0000 (11:37 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/misc/base64.c

index 9d0f4efb53b639ebded7117009a0b93c51dee10f..0504cb3ad3ce8b3db245268907549b56ee7741c7 100644 (file)
@@ -397,9 +397,6 @@ Base64_ChunkDecode(char const *in,      // IN:
             inputIndex++;
             break;
          case EOM:
-            inputIndex = (inputIndex + 3) & ~3;
-            b = 0;
-            n = 0;
             *dataLength = i;
             return TRUE;
          case ILLEGAL: