From 4df7ac12322a4f196adb7435c44af76778e67505 Mon Sep 17 00:00:00 2001 From: leif Date: Thu, 13 Aug 1998 09:56:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@7936 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/examples/rename.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/examples/rename.pl b/mozilla/directory/perldap/examples/rename.pl index ab20d3317f3..5bce7d9493a 100755 --- a/mozilla/directory/perldap/examples/rename.pl +++ b/mozilla/directory/perldap/examples/rename.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl5 ############################################################################# -# $Id: rename.pl,v 1.2 1998-08-13 09:11:24 leif Exp $ +# $Id: rename.pl,v 1.3 1998-08-13 09:56:03 leif 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 @@ -77,7 +77,7 @@ if (! $entry || $conn->nextEntry()) if (! $opt_I) { - print "Rename ", $entry->getDN(), "with $rdn [N]? "; + print "Rename ", $entry->getDN(), " with $rdn [N]? "; $key = Mozilla::LDAP::Utils::answer("N") unless $opt_I; }