1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r6935: don't do three things at a time :-)

This commit is contained in:
Simo Sorce 2005-05-22 10:40:54 +00:00 committed by Gerald (Jerry) Carter
parent 9f0963c97f
commit a97eb63c11

View File

@ -36,7 +36,8 @@
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"
static struct private_data {
const struct private_data {
const char *error_string;
};
@ -133,7 +134,6 @@ struct ldb_module *skel_module_init(struct ldb_context *ldb, const char *options
ctx->ldb = ldb;
ctx->prev = ctx->next = NULL;
ctx->private_data = NULL;
ctx->ops = &skel_ops;
talloc_set_destructor (ctx, skel_destructor);