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:
committed by
Gerald (Jerry) Carter
parent
737be7e2d6
commit
67ad556b73
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user