From: David Macek via Cygwin-patches Date: Mon, 20 Apr 2020 17:21:15 +0000 (+0200) Subject: Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords X-Git-Tag: cygwin-3_1_5-release~74 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8a0bdd84b86e4c8c75a134fca05976e9494fef3f;p=newlib-cygwin.git Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords Signed-off-by: David Macek --- diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index b733a6ee8..e105248c2 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -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':