Index: /trunk/src/VBox/Runtime/generic/http-curl.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/http-curl.cpp	(revision 78251)
+++ /trunk/src/VBox/Runtime/generic/http-curl.cpp	(revision 78252)
@@ -3077,5 +3077,5 @@
         {
             int rc = pThis->pfnDownloadCallback(pThis, pchBuf, cbToAppend, pThis->uDownloadHttpStatus, pThis->offDownloadContent,
-                                                pThis->cbDownloadContent, pThis->pvUploadCallbackUser);
+                                                pThis->cbDownloadContent, pThis->pvDownloadCallbackUser);
             if (RT_SUCCESS(rc))
             {
