Bug 3507 - smbd/service.c: "size_t *" incompatible with "int *"
Summary: smbd/service.c: "size_t *" incompatible with "int *"
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21b
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 11:02 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-14 13:48 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) 2006-02-13 11:02:55 UTC
cc-1164 cc: WARNING File = smbd/service.c, Line = 500
  Argument of type "size_t *" is incompatible with parameter of type "int *".

                get_current_groups(conn->gid, &conn->ngroups,&conn->groups);
                                              ^
Comment 1 Jeremy Allison 2006-02-14 13:48:25 UTC
Fixed in svn (this code doesn't exist anymore).
Thanks,
Jeremy.