VirtualBox

Changeset 87013 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Nov 27, 2020 7:41:36 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141586
Message:

Shared Clipboard/Transfers: Fixed warning. bugref:9874

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/http-server.cpp

    r87011 r87013  
    796796    RTHTTPSTATUS enmSts = RTHTTPSTATUS_INTERNAL_NOT_SET;
    797797
    798     PRTHTTPSERVERREQ pReq;
     798    PRTHTTPSERVERREQ pReq = NULL; /* Shut up GCC. */
    799799    int rc = rtHttpServerParseRequest(pClient, pszReq, cbReq, &pReq);
    800800    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette