1
0
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:
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;
struct dirent *entry;
BOOL ret;
BOOL ret = True;
TALLOC_CTX *mem_ctx;
mem_ctx = talloc_init(NULL);