From 0c7c9bee2cdee2dd771f905a6904f6dea677b8b6 Mon Sep 17 00:00:00 2001 From: "leif%netscape.com" Date: Tue, 30 Mar 1999 01:35:42 +0000 Subject: [PATCH] *** empty log message *** --- directory/perldap/Conn.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directory/perldap/Conn.pm b/directory/perldap/Conn.pm index 2f3bca2b025..d8007c22e1d 100644 --- a/directory/perldap/Conn.pm +++ b/directory/perldap/Conn.pm @@ -1,5 +1,5 @@ ############################################################################# -# $Id: Conn.pm,v 1.21 1999-03-30 01:16:45 leif%netscape.com Exp $ +# $Id: Conn.pm,v 1.22 1999-03-30 01:35:42 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 @@ -505,7 +505,7 @@ sub update if (defined($entry->{"_${key}_modified_"})) { undef @vals; - @vals = @{$entry->{$key}} if (defined($entry->{$key}); + @vals = @{$entry->{$key}} if (defined($entry->{$key})); if ($#vals == $[) { $mod{$key} = { "rb", [$vals[$[]] };