| # | Line 75 | Line 75 | while (1) { | |
|---|---|---|
| 75 | else { | |
| 76 | $delay = $next_tcp; | |
| 77 | } | |
| 78 | < | `sleep $delay`; |
| 78 | > | sleep $delay; |
| 79 | } | |
| 80 | ||
| 81 | # we'll probably never get here... | |
| # | Line 90 | Line 90 | exit(0); | |
| 90 | #----------------------------------------------------------------------- | |
| 91 | sub wait_then_retry() { | |
| 92 | print "Will retry configuration with filter manager in $retry_wait seconds.\n"; | |
| 93 | < | `sleep $retry_wait`; |
| 93 | > | sleep $retry_wait; |
| 94 | } | |
| 95 | ||
| 96 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |