The local List_Config variable was potentially used uninitialized.
Fixed that.
This commit is contained in:
parent
fe3947876e
commit
f1f7dcefda
@ -27,7 +27,7 @@ int
|
||||
handleACL(struct Mail * MailStruct, const char * listname, int operation, char * parameter)
|
||||
{
|
||||
const struct PD_Config * MasterConfig;
|
||||
const struct List_Config * ListConfig;
|
||||
const struct List_Config * ListConfig = NULL;
|
||||
FILE * fh;
|
||||
char * buffer;
|
||||
char envelope[1024];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user