compile problem, latest cvs

Elrond Elrond at Wunder-Nett.org
Mon Mar 6 16:11:53 GMT 2000


Replace (line 1617)
	bzero(user_pol->data, POL_HND_SIZE);
with:
	ZERO_STRUCTP(user_pol);

and (line 2191)
	bzero(alias_pol, POL_HND_SIZE);
with:
	ZERO_STRUCTP(alias_pol);

and (line 2243)
	bzero(group_pol, POL_HND_SIZE);
with:
	ZERO_STRUCTP(group_pol);

Try to compile, and send the diff to Luke. ;)


    Elrond


p.s.: Did you get my mail to "computer at kneschke.de" ?


On Mon, Mar 06, 2000 at 10:11:50PM +1100, Lars Kneschke wrote:
[...]
> samrd/srv_samr_passdb.c: In function `_samr_open_user':
> samrd/srv_samr_passdb.c:1617: structure has no member named
> `data'
> samrd/srv_samr_passdb.c:1617: `POL_HND_SIZE' undeclared (first
> use in this function)
> samrd/srv_samr_passdb.c:1617: (Each undeclared identifier is
> reported only once
> samrd/srv_samr_passdb.c:1617: for each function it appears in.)
> samrd/srv_samr_passdb.c: In function `_samr_create_dom_alias':
> samrd/srv_samr_passdb.c:2191: `POL_HND_SIZE' undeclared (first
> use in this function)
> samrd/srv_samr_passdb.c: In function `_samr_create_dom_group':
> samrd/srv_samr_passdb.c:2243: `POL_HND_SIZE' undeclared (first
> use in this function)


More information about the samba-ntdom mailing list