1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-28 21:05:48 +03:00
Volker Lendecke fd1cf23567 r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?
I have some problems resolving the last 3 ones in attrib_handlers.c. In line
251 the function ldb_dn_explode_casefold is called with mem_ctx as the first
argument. Looking at ldb_dn_explode_casefold I see that the first argument it
expects is a struct ldb_context. I could certainly add a cast to (struct
ldb_context *) to that call, but I would assume that this is the wrong fix. Is
it possible that attrib_handlers.c:251 and :254 should have ldb and not
mem_ctx as the first argument?

Can anybody from Samba4 clarify this for me and apply the correct fix?

Thanks a lot.

Volker
(This used to be commit 26f2cb71ebf00b2c6f356da5f32384f7fa083521)
2007-10-10 12:15:15 -05:00
..
2007-10-10 12:14:40 -05:00
2007-10-10 12:15:08 -05:00
2007-10-10 11:38:26 -05:00
2007-10-10 12:15:09 -05:00
2007-10-10 12:15:09 -05:00
2007-10-10 12:15:12 -05:00
2007-10-10 12:15:13 -05:00
2007-10-10 12:15:11 -05:00
2007-10-10 10:51:05 -05:00
2007-10-10 12:00:58 -05:00
2007-10-10 12:15:14 -05:00
2003-07-16 05:42:34 +00:00
2007-10-10 11:43:56 -05:00