Index: /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp	(revision 31040)
+++ /trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp	(revision 31041)
@@ -1307,5 +1307,7 @@
             if (RT_SUCCESS(rc))
             {
-                RT_CLAMP(cMappings, 0, 64); /* Maximum mappings, see shflsvc.h */
+                /* Maximum mappings, see shflsvc.h */
+                if (cMappings > 64)
+                    cMappings = 64;
                 RTPrintf("Shared Folder Mappings (%u):\n\n", cMappings);
                 for (uint32_t i = 0; i < cMappings; i++)
