aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-searchdomain
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-05-03 19:47:20 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-05-03 19:47:20 +0200
commita6bd894f302df904588df739f79f1b17b329a0e4 (patch)
tree482330ebaed111143282737863fe1db8395465a0 /fripost-searchdomain
parentb0460b1b8fb61569d20cbd4ac75ae6976bd34a92 (diff)
Adding debug messages.
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-xfripost-searchdomain2
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-searchdomain b/fripost-searchdomain
index 8653eb1..91e7e72 100755
--- a/fripost-searchdomain
+++ b/fripost-searchdomain
@@ -123,7 +123,7 @@ foreach my $domain ($ldap->domain->search( \%domain )->entries) {
say "Domain: " . $domain->{domain};
print "Owner: ";
my $owners = $domain->{owner};
- if (defined $owners) {
+ if (defined $owners) {
say (join ', ', @$owners);
}
else {