- Timestamp:
- Sep 21, 2007 11:41:57 AM (17 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- b814529
- Parents:
- 4e794c9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/splitter.pl
r4e794c9f re4436a6 481 481 unless !$gateways || $gateways == $1; 482 482 483 warn "No control gateway for $gateways?" unless $control_gateway; 484 if ($contol_gateway ) { 483 if ($control_gateway ) { 485 484 # Client config 486 485 $cc = new IO::File(">$tmpdir/$gateways/client.conf"); … … 491 490 $cc->close(); 492 491 } 492 else { warn "No control gateway for $gateways?"; } 493 493 494 494 $gateways = 0;
Note: See TracChangeset
for help on using the changeset viewer.