Bug.
darcs-hash:20060327142538-68412-7c9742efca7fa16c7070e31e5c237d2671feb6c1.gz
This commit is contained in:
parent
2f844907c4
commit
113bb63550
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ def machine_details(machine) :
|
|||
f += coul(u'Ports TCP ouvert ext->machine : ','gras') + ' '.join(machine.portTCPin()) + '\n'
|
||||
if machine.portTCPout():
|
||||
f += coul(u'Ports TCP ouvert machine->ext : ','gras') + ' '.join(machine.portTCPout()) + '\n'
|
||||
if machine.portTCPin():
|
||||
if machine.portUDPin():
|
||||
f += coul(u'Ports UDP ouvert ext->machine : ','gras') + ' '.join(machine.portUDPin()) + '\n'
|
||||
if machine.portUDPout():
|
||||
f += coul(u'Ports UDP ouvert machine->ext : ','gras') + ' '.join(machine.portUDPout()) + '\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue