]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Add "NONEXISTENT" to def_table
authorJason Franklin <jason.franklin@quoininc.com>
Fri, 8 May 2020 14:42:52 +0000 (10:42 -0400)
committerJason Franklin <jason.franklin@quoininc.com>
Mon, 11 May 2020 13:26:42 +0000 (09:26 -0400)
lib/getdef.c

index 00f6abfe188b02e84bf7a44c0f70149ebad35320..54c31303762933eebcd3691fcd0706820dcb8e7e 100644 (file)
@@ -105,6 +105,7 @@ static struct itemdef def_table[] = {
        {"MAIL_FILE", NULL},
        {"MAX_MEMBERS_PER_GROUP", NULL},
        {"MD5_CRYPT_ENAB", NULL},
+       {"NONEXISTENT", NULL},
        {"PASS_MAX_DAYS", NULL},
        {"PASS_MIN_DAYS", NULL},
        {"PASS_WARN_AGE", NULL},