Skip to content

Commit

Permalink
Fix mis-merge of optional user support
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Mar 16, 2005
1 parent 4128cf8 commit 7d9f759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/munin-node.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# $Id$
#
# $Log$
# Revision 1.20.2.3 2005/03/16 16:50:40 ilmari
# Fix mis-merge of optional user support
#
# Revision 1.20.2.2 2005/03/13 12:46:04 jimmyo
# Added support for optional user settings in node.
#
Expand Down Expand Up @@ -683,9 +686,6 @@ sub load_auth_file
$sconf->{$service}{'user'} = $u;
}
}
elsif (/^\s*group\s+(.+)\s*$/)
{
}
elsif (/^\s*group\s+(.+)\s*$/)
{
my $tmpid = $1;
Expand Down

0 comments on commit 7d9f759

Please sign in to comment.