Bug 2826 - Wrong prototype for VFS functions in skel_* examples
Summary: Wrong prototype for VFS functions in skel_* examples
Status: VERIFIED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.14a
Hardware: All Linux
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 21:14 UTC by Jiri Klouda
Modified: 2005-06-28 11:14 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 Jiri Klouda 2005-06-26 21:14:14 UTC
The functions readlink and symlink have a return type BOOL in skel_opaque.c and
skel_transparent.c, while in the vfs.h and vfs-wrap.c they are defined correctly
with int. 

If module is implemented with BOOL, it causes a symlink text to only have character.
Comment 1 Jeremy Allison 2005-06-27 11:32:35 UTC
Fixed in SVN - thanks !
Jeremy.