summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2009-04-19 23:52:36 +0000
committerivan <ivan>2009-04-19 23:52:36 +0000
commitb86387055e7d7dcd7cfe6d0620bfec7c4acb7583 (patch)
tree156f381af75ba3eda1666db204067661a46cf849 /bin
parent246c311ac0ca7c41c571cfbc434bafd7c5d2768c (diff)
warning about this not terminating
Diffstat (limited to 'bin')
-rwxr-xr-xbin/h_cust_main-wipe_paycvv1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/h_cust_main-wipe_paycvv b/bin/h_cust_main-wipe_paycvv
index d34c15f..59c9d08 100755
--- a/bin/h_cust_main-wipe_paycvv
+++ b/bin/h_cust_main-wipe_paycvv
@@ -22,6 +22,7 @@ while (1) {
dbh->commit or die dbh->errstr;
+ #hmm... doesn't work well, sometimes runs forever, wtf
last if $rv == 0;
}