From 89d11f3b5864cbee7fc9faa1474d08cbd2bb63c8 Mon Sep 17 00:00:00 2001 From: "leif%netscape.com" Date: Tue, 29 Sep 1998 07:20:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/branches/devel-branch-1_1@11340 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/Conn.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/Conn.pm b/mozilla/directory/perldap/Conn.pm index 9db4beb9296..f0df4fbbfec 100644 --- a/mozilla/directory/perldap/Conn.pm +++ b/mozilla/directory/perldap/Conn.pm @@ -1,5 +1,5 @@ ############################################################################# -# $Id: Conn.pm,v 1.18.2.6 1998-09-27 04:37:42 leif%netscape.com Exp $ +# $Id: Conn.pm,v 1.18.2.7 1998-09-29 07:20:29 leif%netscape.com Exp $ # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in @@ -332,7 +332,7 @@ sub delete my $ret = 1; my $dn = $id; - if ($id eq "Mozilla::LDAP::Entry") + if (ref($id) eq "Mozilla::LDAP::Entry") { $dn = $id->getDN(); }