BaseSrvCopyCommand should return TRUE if it was successful.
svn path=/branches/ntvdm/; revision=62435
/* Set the DOS record's command structure */
DosRecord->CommandInfo = CommandInfo;
/* Set the DOS record's command structure */
DosRecord->CommandInfo = CommandInfo;
+ /* The operation was successful */
+ Success = TRUE;
+
Cleanup:
/* If it wasn't successful, free the memory */
if (!Success) BaseSrvFreeVDMInfo(CommandInfo);
Cleanup:
/* If it wasn't successful, free the memory */
if (!Success) BaseSrvFreeVDMInfo(CommandInfo);