From e198b9d1676f4bdd87604d2dfd681593435e125b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 31 Jul 2007 05:11:40 +0000 Subject: [PATCH] r24087: Fix bug 4836, patch by Matthijs Kooijman . Thanks! Volker (This used to be commit 6c3813cf65ff099a071ad8221402fbb3f877c665) --- source3/nsswitch/nss_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/nss_info.c b/source3/nsswitch/nss_info.c index 26a49b3e1ef..ea51e9dde8d 100644 --- a/source3/nsswitch/nss_info.c +++ b/source3/nsswitch/nss_info.c @@ -154,7 +154,7 @@ static BOOL parse_nss_parm( const char *config, char **backend, char **domain ) if ( !parse_nss_parm(nss_list[i], &backend, &domain) ) { DEBUG(0,("nss_init: failed to parse \"%s\"!\n", - nss_list[0])); + nss_list[i])); continue; } -- 2.47.3