Entries to the file contents need to be NULL terminated.

This commit is contained in:
christos 2012-03-13 17:12:30 +00:00
parent 2c74446a32
commit 0dc6655837

View File

@ -99,6 +99,7 @@ static const char *const access_contents[] = {
};
static const char *const group_contents[] = {
NULL
};
/* Structure which describes an administrative file. */