warning about this not terminating
authorivan <ivan>
Sun, 19 Apr 2009 23:52:36 +0000 (23:52 +0000)
committerivan <ivan>
Sun, 19 Apr 2009 23:52:36 +0000 (23:52 +0000)
bin/h_cust_main-wipe_paycvv

index d34c15f..59c9d08 100755 (executable)
@@ -22,6 +22,7 @@ while (1) {
 
   dbh->commit or die dbh->errstr;
 
 
   dbh->commit or die dbh->errstr;
 
+  #hmm... doesn't work well, sometimes runs forever, wtf
   last if $rv == 0;
 
 }
   last if $rv == 0;
 
 }