[ros-diffs] [weiden] 13549: don't return value of uninitialized variable

weiden at svn.reactos.com weiden at svn.reactos.com
Mon Feb 14 00:01:34 CET 2005


don't return value of uninitialized variable
Modified: trunk/reactos/drivers/fs/ntfs/fcb.c
  _____  

Modified: trunk/reactos/drivers/fs/ntfs/fcb.c
--- trunk/reactos/drivers/fs/ntfs/fcb.c	2005-02-13 22:56:12 UTC (rev
13548)
+++ trunk/reactos/drivers/fs/ntfs/fcb.c	2005-02-13 23:01:33 UTC (rev
13549)
@@ -254,6 +254,7 @@

       KEBUGCHECK(0);
     }
 #else
+  Status = STATUS_SUCCESS;
   CcInitializeCacheMap(FileObject,
                        (PCC_FILE_SIZES)(&Fcb->RFCB.AllocationSize),
                        FALSE,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050214/3f0208f4/attachment.html


More information about the Ros-diffs mailing list