VirtualBox

Changeset 67209 in vbox


Ignore:
Timestamp:
Jun 1, 2017 1:37:09 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115891
Message:

Main: Appliance: todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r67208 r67209  
    23022302                throw setErrorVrc(vrc, tr("Failed to create '%s' (%Rrc)"), strTarballPath.c_str(), vrc);
    23032303
    2304             RTVFSIOSTREAM hVfsIosGzip;
     2304            RTVFSIOSTREAM hVfsIosGzip = NIL_RTVFSIOSTREAM;
    23052305            vrc = RTZipGzipCompressIoStream(hVfsIosFile, 0 /*fFlags*/, 6 /*uLevel*/, &hVfsIosGzip);
    23062306            RTVfsIoStrmRelease(hVfsIosFile);
     2307
     2308            /** @todo insert I/O thread here between gzip and the tar creator. Needs
     2309             *        implementing. */
    23072310
    23082311            RTVFSFSSTREAM hVfsFssTar = NIL_RTVFSFSSTREAM;
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