Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords

Signed-off-by: David Macek <david.macek.0@gmail.com>
This commit is contained in:
David Macek via Cygwin-patches 2020-04-20 19:21:15 +02:00 committed by Corinna Vinschen
parent 969c8392fe
commit 8a0bdd84b8
1 changed files with 2 additions and 0 deletions

View File

@ -828,6 +828,8 @@ cygheap_pwdgrp::nss_init_line (const char *line)
c += strspn (c, " \t");
}
}
else
debug_printf ("Invalid nsswitch.conf content: %s", line);
}
break;
case '\0':