Skip to content

Commit

Permalink
Comment fix to bnc#965852
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 7, 2016
1 parent f54942e commit 89c713f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/Users.pm
Expand Up @@ -6154,6 +6154,7 @@ sub Import {
# remove cache entries (#50265)
UsersCache->ResetCache ();

# Avoid to read local users during 1st stage (bnc#965852)
my $error_msg = (Mode->test() || Stage->initial()) ? "" : $self->ReadLocal ();
if ($error_msg) {
return 0;
Expand Down

0 comments on commit 89c713f

Please sign in to comment.