Bug 4425 - modules/vfs_default.c: variable "result" is used before its value is set
Summary: modules/vfs_default.c: variable "result" is used before its value is set
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 11:24 UTC by Jason Mader (mail bounces back)
Modified: 2007-03-02 14:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2007-03-02 11:24:54 UTC
--- modules/vfs_default.o ---
cc-1551 c99: WARNING File = modules/vfs_default.c, Line = 802
  The variable "result" is used before its value is set.

        return result;
               ^
Comment 1 Jeremy Allison 2007-03-02 14:56:23 UTC
Fixed in svn - thanks !
Jeremy.