mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r25000: Fix some more C++ compatibility warnings.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
0a3b53fd2c
commit
08bb1ef643
@@ -693,7 +693,7 @@ static int nsuniqueid_init(struct ldb_module *module)
|
||||
static int get_seq(struct ldb_context *ldb, void *context,
|
||||
struct ldb_reply *ares)
|
||||
{
|
||||
unsigned long long *max_seq = context;
|
||||
unsigned long long *max_seq = (unsigned long long *)context;
|
||||
unsigned long long seq;
|
||||
if (ares->type == LDB_REPLY_ENTRY) {
|
||||
struct ldb_message_element *el = ldb_msg_find_element(ares->message, "contextCSN");
|
||||
|
||||
Reference in New Issue
Block a user