- 
Committer:
Teddy Hogeborn
- 
Date:
2014-06-13 22:13:56 UTC
- 
Revision ID:
teddy@recompile.se-20140613221356-b9c36ctxmw4pelja
Fix free() of possibly uninitialized pointer in mandos-client.
* plugins.d/mandos-client (main): Initialize "direntries" to NULL so
                                  it can be free()'d even if scandir()
                                  fails.