Bug 2664 - SMB_VFS_NEXT_OPEN used with too less arguments
Summary: SMB_VFS_NEXT_OPEN used with too less arguments
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.9
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 00:03 UTC by Reinhard Sattinger
Modified: 2007-05-18 23:32 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 Reinhard Sattinger 2005-04-28 00:03:30 UTC
In several sources of the "modules" module (i.e. vfs_audit.c, vfs_full_audit.c, 
vfs_extd_audit.c, vfs_cap.c SMB_VFS_NEXT_OPEN is used with 5 instead of 6 
arguments as defined and there is at least one gcc version not forgiving and 
rejecting compilation.
Comment 1 James Peach 2007-05-18 23:32:51 UTC
Top-of-tree currently has the open operation defined as taking 5 arguments. I checked all the open operations in the various moduels and they are OK.