From ed6be948b34177063cc8b7db6046f56048dec7d6 Mon Sep 17 00:00:00 2001 From: leif Date: Tue, 28 Jul 1998 23:28:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@6657 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/examples/lfinger.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/examples/lfinger.pl b/mozilla/directory/perldap/examples/lfinger.pl index 4e35aa76aad..6c2c24e67b7 100755 --- a/mozilla/directory/perldap/examples/lfinger.pl +++ b/mozilla/directory/perldap/examples/lfinger.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl5 ############################################################################# -# $Id: lfinger.pl,v 1.2 1998-07-28 23:28:18 leif Exp $ +# $Id: lfinger.pl,v 1.3 1998-07-28 23:28:29 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 @@ -24,7 +24,6 @@ # "finger" version using LDAP information (using RFC 2307 objectclass). # ############################################################################# - use Getopt::Std; # To parse command line arguments. use Mozilla::LDAP::Connection; # Main "OO" layer for LDAP use Mozilla::LDAP::Utils; # LULU, utilities.