projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd6907
)
bugfix for non-catchall domains
author
ivan
<ivan>
Wed, 23 Jul 2003 17:05:58 +0000
(17:05 +0000)
committer
ivan
<ivan>
Wed, 23 Jul 2003 17:05:58 +0000
(17:05 +0000)
FS/FS/part_export/domain_shellcommands.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_export/domain_shellcommands.pm
b/FS/FS/part_export/domain_shellcommands.pm
index
0edbab0
..
cf56033
100644
(file)
--- a/
FS/FS/part_export/domain_shellcommands.pm
+++ b/
FS/FS/part_export/domain_shellcommands.pm
@@
-35,6
+35,7
@@
sub _export_command {
my $svc_acct = $svc_domain->catchall_svc_acct;
${$_} = $svc_acct->getfield($_) foreach qw(uid gid dir);
} else {
+ no strict 'refs';
${$_} = '' foreach qw(uid gid dir);
}