1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s4:dsdb Allow calling dsdb_convert_object_ex() directly

This will allow the libnet_vampire code to manually convert individual
schema objects.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2010-06-12 11:03:36 +10:00
parent 72486a6dd1
commit 8d8678fcfd

View File

@ -31,7 +31,7 @@
#include "libcli/auth/libcli_auth.h"
#include "param/param.h"
static WERROR dsdb_convert_object_ex(struct ldb_context *ldb,
WERROR dsdb_convert_object_ex(struct ldb_context *ldb,
const struct dsdb_schema *schema,
const struct drsuapi_DsReplicaObjectListItemEx *in,
const DATA_BLOB *gensec_skey,