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:
committed by
Gerald (Jerry) Carter
parent
ae97f5f50b
commit
ae2b63b6f1
@@ -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));
|
||||
|
Reference in New Issue
Block a user