Error in ../source/smbd/posix_acls.c
John Trostel
jtrostel at connex.com
Fri Mar 30 16:58:24 GMT 2001
OK.... there is an error... but perhaps its really in the definition ;->
in posix_acls.c, line 562
extern struct generic_mapping *file_generic_mapping;
really ought to be
extern struct generic_mapping file_generic_mapping;
Now THAT matches nttrans.c
Sorry...
On 30-Mar-2001 John Trostel wrote:
> In the file ../source/smbd/posix_acls.c, line 597, there appears to be an
> error. It produces a compiler warning and, looking at nttrans.c and the
> definition of the function, it appears that the function isn't quite being
> called right:
>
> se_map_generic(&psa->info.mask, &file_generic_mapping);
>
> shouldn't it be
>
> se_map_generic(&psa->info.mask, file_generic_mapping);
>
> --
> John M. Trostel
> Linux OS Engineer
> Connex
> jtrostel at connex.com
--
John M. Trostel
Linux OS Engineer
Connex
jtrostel at connex.com
More information about the samba-technical
mailing list