4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

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

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':