1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

r24703: Use standard registry diff files when provisioning rather than

LDIF files for the registry files.
This commit is contained in:
Jelmer Vernooij
2007-08-27 13:13:08 +00:00
committed by Gerald (Jerry) Carter
parent 737be7e2d6
commit 67ad556b73
8 changed files with 116 additions and 52 deletions

View File

@@ -252,7 +252,9 @@ _PUBLIC_ WERROR reg_generate_diff(struct registry_context *ctx1,
/**
* Load diff file
*/
_PUBLIC_ WERROR reg_diff_load(const char *filename, const struct reg_diff_callbacks *callbacks, void *callback_data)
_PUBLIC_ WERROR reg_diff_load(const char *filename,
const struct reg_diff_callbacks *callbacks,
void *callback_data)
{
int fd;
char hdr[4];