1
0
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:
Volker Lendecke 2005-11-05 10:00:18 +00:00 committed by Gerald (Jerry) Carter
parent 4a32df49e6
commit dc0e9f8d1a

View File

@ -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);