mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r11519: And an uninitialized variable...
This commit is contained in:
parent
4a32df49e6
commit
dc0e9f8d1a
@ -59,7 +59,7 @@ BOOL load_modules(const char *path)
|
|||||||
{
|
{
|
||||||
DIR *dir;
|
DIR *dir;
|
||||||
struct dirent *entry;
|
struct dirent *entry;
|
||||||
BOOL ret;
|
BOOL ret = True;
|
||||||
TALLOC_CTX *mem_ctx;
|
TALLOC_CTX *mem_ctx;
|
||||||
|
|
||||||
mem_ctx = talloc_init(NULL);
|
mem_ctx = talloc_init(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user