diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/nss_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/nss_info.c b/source3/nsswitch/nss_info.c index 26a49b3e1e..ea51e9dde8 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; } |