1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

r24087: Fix bug 4836, patch by Matthijs Kooijman <matthijs@stdin.nl>. Thanks!

Volker
(This used to be commit 6c3813cf65)
This commit is contained in:
Volker Lendecke 2007-07-31 05:11:40 +00:00 committed by Gerald (Jerry) Carter
parent 8084a39ce0
commit e198b9d167

View File

@ -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;
}