1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-22 07:33:16 +03:00

r61: - Implement first call in the winreg rpc server

- Add some initial implementation of the ldb backend
- More checks in the winreg torture test
This commit is contained in:
Jelmer Vernooij
2004-04-05 20:44:33 +00:00
committed by Gerald (Jerry) Carter
parent ae97f5f50b
commit ae2b63b6f1
5 changed files with 88 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection *dce_conn,
struct dcesrv_handle *h;
mem_ctx = talloc_init("rpc handle type %d\n", handle_type);
if (!mem_ctx) {
if (!mem_ctx) {
return NULL;
}
h = talloc(mem_ctx, sizeof(*h));