mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
*** empty log message ***
This commit is contained in:
parent
85160bbee9
commit
e30dc9a68b
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl5
|
||||
#############################################################################
|
||||
# $Id: psoftsync.pl,v 1.3 1998/08/13 09:11:50 leif Exp $
|
||||
# $Id: psoftsync.pl,v 1.4 1998/08/13 09:27:53 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
|
||||
@ -329,7 +329,7 @@ while ($entry)
|
||||
}
|
||||
|
||||
$conn->update($entry) if ($changed && ! $opt_n);
|
||||
$entry = $conn->entry();
|
||||
$entry = $conn->nextEntry();
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl5
|
||||
#############################################################################
|
||||
# $Id: qsearch.pl,v 1.6 1998/08/13 09:11:37 leif Exp $
|
||||
# $Id: qsearch.pl,v 1.7 1998/08/13 09:28:05 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
|
||||
@ -83,7 +83,7 @@ foreach $search (@srch)
|
||||
while($entry)
|
||||
{
|
||||
$entry->printLDIF();
|
||||
$entry = $conn->entry;
|
||||
$entry = $conn->nextEntry;
|
||||
}
|
||||
print "\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user