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:
parent
8084a39ce0
commit
e198b9d167
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user