mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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;
|
||||
struct dirent *entry;
|
||||
BOOL ret;
|
||||
BOOL ret = True;
|
||||
TALLOC_CTX *mem_ctx;
|
||||
|
||||
mem_ctx = talloc_init(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user