mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
7c95ae3aca
commit
3cee746a3f
@ -817,7 +817,7 @@ static int lldb_connect(struct ldb_context *ldb,
|
||||
}
|
||||
|
||||
*module = talloc(ldb, struct ldb_module);
|
||||
if (!module) {
|
||||
if (*module == NULL) {
|
||||
ldb_oom(ldb);
|
||||
talloc_free(lldb);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user