Skip to content

Commit

Permalink
Corrected an error in the rootDse subroutine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clif Harden committed Jan 25, 2003
1 parent a6d3a2d commit 07b534c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/tklkup
Expand Up @@ -11,7 +11,7 @@
# module and the PERL TK module.
# Both modules are available from the CPAN.org system.
#
# $Id: tklkup,v 1.39 2003/01/25 05:00:26 charden Exp $
# $Id: tklkup,v 1.40 2003/01/25 05:17:24 charden Exp $
#
# Purpose: This program is designed to retrieve data from a LDAP
# directory and display on the graphical user interface
Expand Down Expand Up @@ -4317,6 +4317,7 @@ if ( !defined($root) )
{
my $error = "Root DSE entry could not be obtained.";
ERROR(\$error);
return;
}

#
Expand Down

0 comments on commit 07b534c

Please sign in to comment.