summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-02-27 19:31:19 +0000
committerivan <ivan>2011-02-27 19:31:19 +0000
commitfed37826ed8b0214bdd2a0d688abe996c973e067 (patch)
treec196a9449899cf1674ec9f3fc711c32ff4407392 /FS
parent65a5489102636c5c1351928eed3fa576fbda95bc (diff)
add start of torrus srvderive daemon, RT#10574
Diffstat (limited to 'FS')
-rw-r--r--FS/bin/freeside-torrus-srvderive2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive
index a3f88aae0..061541026 100644
--- a/FS/bin/freeside-torrus-srvderive
+++ b/FS/bin/freeside-torrus-srvderive
@@ -102,7 +102,7 @@ while (1) {
if $DEBUG;
my $isth = dbh->prepare($isql) or die $DBI::errstr; #better recovery?
- $isth->execute( @param )i or die $isth->errstr;
+ $isth->execute( @param ) or die $isth->errstr;
}