* [PATCH 3/3] Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords
@ 2020-04-20 17:21 David Macek
0 siblings, 0 replies; only message in thread
From: David Macek @ 2020-04-20 17:21 UTC (permalink / raw)
To: cygwin-patches
Signed-off-by: David Macek <david.macek.0@gmail.com>
---
winsup/cygwin/uinfo.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc
index b733a6ee87..e105248c20 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':
--
2.26.1.windows.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-20 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 17:21 [PATCH 3/3] Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords David Macek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).